Get latest data points
POST/api/v1/live-data/points
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get the latest data points for the given signals
Request
- application/json
Body
Body
- MOD1
- MOD2
Array [
]
Array [
]
oneOf
Array of signal ID's
integer
Possible values: > 0
Signal search JSON
Name of the Workspace
Workspace 1Name of the Asset
Asset 1Name of the Division
Division 1Name of the Unit
Unit 1Name of the Signal
Signal 1Name to give the returned signal. Defaults to the signal ID.
Possible values: <= 127 characters
Responses
- 200
- 400
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
property name*
object
Timestamp of the data point in UTC format
2021-01-01T00:00:00Zvalue
object
nullable
required
Value of the data point
oneOf
string
number
boolean
string
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: [Validation Error]
errors
object[]
required
Possible values: [body, query, path, headers]
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [Unauthorized]
{
"status": "Unauthorized"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
oneOf
Signals not found
Possible values: [Signals not found]
Signal Data not found
Possible values: [Signal Data not found]
{}