GET api/v1/observation/overview?Offset={Offset}
Gets the latest observations for each device type
Request Information
Headers
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Offset |
{Optional} - Return timestamp with calculated offset, default = false. |
boolean |
None. |
Body Parameters
None.
Response Information
Headers
Resource Description
Collection of ObservationWithIdName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the identifier. |
integer |
None. |
Typeid |
The type identifier for the observation |
DeviceType |
Required |
Timestamp |
Timestamp for when the observation are taken |
string |
Required |
Inputtype |
Input type used for the observation {AUTO, MANUAL, TEST} |
string |
Required |
Source | string |
None. |
|
Equipmentid |
{Optional} - Equipment identifier of the device used in the observation. |
string |
None. |
Measurements |
Collection of zero or more repetitions |
Collection of Measurement |
Required |
Comment |
{Optional} - A custom plain text comment belonging to the observation |
string |
None. |
Contexts |
{Optional} - Collection of zero or more repetitions |
Collection of ContextInformation |
None. |