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": "a1426218-20a3-4a3d-a4fd-61bb77947947",
"NetworkId": "06be6af4-c8b9-4d21-8a73-83f3843ded48",
"NotificationFormatId": "0999a54b-0cd7-4e57-acd7-1af0786de3ab",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:33:46.367399Z",
"UserAtionetCreatedId": "eef43a06-4e4d-4655-8d7c-22046c37a3f7",
"UserAtionetDestinationId": "05d73c2a-899b-4ace-bd7c-fa2370f4bcba",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "c227b9e9-e383-4863-a6e4-6821a73ff4e5",
"IdMerchant": "838d2cc3-611a-4902-8fc2-07fc1f65bdf0",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "1ee1eefd-23bb-450e-8ee6-1282da1704cd",
"DriverId": "31208041-1557-4af1-8682-e292e07ad3ec",
"CreatedDateString": "2026/04/27 21:33"
}
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-04-27T21:33:46.367399Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>31208041-1557-4af1-8682-e292e07ad3ec</DriverId> <Id>a1426218-20a3-4a3d-a4fd-61bb77947947</Id> <IdCompany>c227b9e9-e383-4863-a6e4-6821a73ff4e5</IdCompany> <IdMerchant>838d2cc3-611a-4902-8fc2-07fc1f65bdf0</IdMerchant> <Message /> <NetworkId>06be6af4-c8b9-4d21-8a73-83f3843ded48</NetworkId> <NotificationFormatId>0999a54b-0cd7-4e57-acd7-1af0786de3ab</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>eef43a06-4e4d-4655-8d7c-22046c37a3f7</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>05d73c2a-899b-4ace-bd7c-fa2370f4bcba</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>1ee1eefd-23bb-450e-8ee6-1282da1704cd</VehicleId> </SystemNotificationDto>