GET Equipment/Subscribe?accountId={accountId}&lastMessageId={lastMessageId}
Subscribe to EventStream
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId |
The ID of the target account (default is 0, which will target the account of the user that is used during authentication) |
integer |
Default value is 0 |
| lastMessageId |
Optional. The last MessageId in the response can be used to receive data that is generated during connection interruptions (messages are cached for at least 24 hours) |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EquipmentRecordDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageId | string |
None. |
|
| EquipmentId | integer |
None. |
|
| DriverId | integer |
None. |
|
| Timestamp | date |
None. |
|
| Signals | Collection of EquipmentSignalDTO |
None. |