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": "45037c85-39fb-4e71-8da0-fba056b405e4",
"NetworkId": "cd077095-4307-45e3-91e9-c252233b938b",
"NotificationFormatId": "94d6cf7b-093e-4f1f-92e9-408e7de5237f",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T08:24:45.6518151Z",
"UserAtionetCreatedId": "ed654bb1-1cbe-406c-96c5-0aaa803c92b0",
"UserAtionetDestinationId": "5e334462-58b3-4478-a9b7-6b73ad2c21b7",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "63cfb22d-580e-40b1-835a-ab96d8674f92",
"IdMerchant": "8f39fe7d-9938-494a-a7eb-f55ccffe923d",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "17f1a11c-6a94-4e60-a74f-c83d248e9f6d",
"DriverId": "ec2cd12a-501e-4ee6-ab4b-7170db820cbb",
"CreatedDateString": "2025/10/29 08: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>2025-10-29T08:24:45.6518151Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>ec2cd12a-501e-4ee6-ab4b-7170db820cbb</DriverId> <Id>45037c85-39fb-4e71-8da0-fba056b405e4</Id> <IdCompany>63cfb22d-580e-40b1-835a-ab96d8674f92</IdCompany> <IdMerchant>8f39fe7d-9938-494a-a7eb-f55ccffe923d</IdMerchant> <Message /> <NetworkId>cd077095-4307-45e3-91e9-c252233b938b</NetworkId> <NotificationFormatId>94d6cf7b-093e-4f1f-92e9-408e7de5237f</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>ed654bb1-1cbe-406c-96c5-0aaa803c92b0</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>5e334462-58b3-4478-a9b7-6b73ad2c21b7</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>17f1a11c-6a94-4e60-a74f-c83d248e9f6d</VehicleId> </SystemNotificationDto>