GET Signal/GetSensorValues?equipmentId={equipmentId}&signalIds={signalIds}&from={from}&to={to}
Get a list of Sensors with their values for the given period Example using curl: curl "http://localhost:1420/signal/getsensorvalues?equipmentId={id}&signalIds={signalId}&from={datetime}&to={datetime}" -H "accept: text/plain" -H "Authorization: Bearer {token}"
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| equipmentId | integer |
Required |
|
| signalIds | Collection of string |
None. |
|
| from | date |
Required |
|
| to | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ISensorDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AdministrationId | integer |
None. |
|
| SignalId | integer |
None. |
|
| Data | Collection of SensorValue |
None. |
|
| Metadata | RitAssist.Api.Areas.HelpPage.ModelDescriptions.SimpleTypeModelDescription |
None. |
|
| MetadataId | string |
None. |
|
| HasValues | boolean |
None. |