POST
timeseries/models/{modelID}/streams/{elementID}
Stores time series data.
Resource Information
Method and URI | POST https://developer.api.autodesk.com/tandem/v1/timeseries/models/{modelID}/streams/{elementID} |
Authentication Context | user context optional |
Required OAuth Scopes | data:write |
Data Format | JSON |
Request
Headers
Authorization* string | Must be Bearer <token> , where <token> is obtained via either a two-legged or three-legged OAuth flow. |
Content-Type* string | Must be application/json |
* Required
Request
URI Parameters
modelID string | ID of the model owning the stream |
elementID string | Full ID (incl flags) of the stream element |
Request
Body Structure
Time-value tuples
number |
Response
HTTP Status Code Summary
204 No Content | |
400 Bad Request | The service was unable to process the request. The syntax of the request may be malformed or the request may be missing a required header. Do not resend the request without fixing the issue. The response body may indicate what is wrong with the request. |
403 Forbidden | The request was successfully validated but it did not have the required permissions. |
404 Not Found | The requested resource was not found. Check the URI of your request before you resend this request. |
500 Internal Server Error | The service encountered an error that it was unable to handle. Wait for a few minutes and resend the request. If the error persists, contact us at aps.help@autodesk.com . |
Response
Body Structure (204)
Response for 204 has no body.