GET SystemNotifications/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemNotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| NotificationFormatId | globally unique identifier |
None. |
|
| Channel | byte |
None. |
|
| Origin | string |
None. |
|
| DestinationAddresses | string |
None. |
|
| CreatedDate | date |
None. |
|
| UserAtionetCreatedId | globally unique identifier |
None. |
|
| UserAtionetDestinationId | globally unique identifier |
None. |
|
| Type | byte |
None. |
|
| State | byte |
None. |
|
| Subject | string |
None. |
|
| Message | Object |
None. |
|
| IdCompany | globally unique identifier |
None. |
|
| IdMerchant | globally unique identifier |
None. |
|
| UserAtionetCreated | string |
None. |
|
| UserAtionetDestination | string |
None. |
|
| UserState | byte |
None. |
|
| Payload | string |
None. |
|
| VehicleId | globally unique identifier |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| CreatedDateString | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "ec91cc65-ea7a-4dc3-ba6f-1b056dcaf3e3",
"NetworkId": "aec01f1c-6075-4b5a-9b17-1fa09923aa26",
"NotificationFormatId": "837fe573-2996-4585-b36a-e95094ec43e8",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:24:33.5913907Z",
"UserAtionetCreatedId": "c85b311e-849e-4f3d-bb24-9e8259548907",
"UserAtionetDestinationId": "3ddefc83-63e6-406f-95fa-616fe03a5820",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "91dec373-3199-4b72-9445-c8fa71b872af",
"IdMerchant": "a2e8f901-a415-4fae-93c9-8f3e22b52d67",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "11e93be6-af24-4c63-a497-0cb41f53b918",
"DriverId": "eabffc32-6668-46fd-94c4-88b541d2decf",
"CreatedDateString": "2026/06/12 01:24"
}
application/xml, text/xml
Sample:
<SystemNotificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Channel>64</Channel> <CreatedDate>2026-06-12T01:24:33.5913907Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>eabffc32-6668-46fd-94c4-88b541d2decf</DriverId> <Id>ec91cc65-ea7a-4dc3-ba6f-1b056dcaf3e3</Id> <IdCompany>91dec373-3199-4b72-9445-c8fa71b872af</IdCompany> <IdMerchant>a2e8f901-a415-4fae-93c9-8f3e22b52d67</IdMerchant> <Message /> <NetworkId>aec01f1c-6075-4b5a-9b17-1fa09923aa26</NetworkId> <NotificationFormatId>837fe573-2996-4585-b36a-e95094ec43e8</NotificationFormatId> <Origin>sample string 3</Origin> <Payload>sample string 12</Payload> <State>64</State> <Subject>sample string 8</Subject> <Type>64</Type> <UserAtionetCreated>sample string 10</UserAtionetCreated> <UserAtionetCreatedId>c85b311e-849e-4f3d-bb24-9e8259548907</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3ddefc83-63e6-406f-95fa-616fe03a5820</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>11e93be6-af24-4c63-a497-0cb41f53b918</VehicleId> </SystemNotificationDto>