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": "9de68c22-8882-4620-bd31-48d35adc123b",
"NetworkId": "2413072e-52b6-4447-9ba6-35566d66d208",
"NotificationFormatId": "0b4daf5e-1ead-493a-87ab-39d84dc1aa48",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-14T00:05:18.2892738Z",
"UserAtionetCreatedId": "39490ffb-41ad-464a-a8a8-9e438ddadba9",
"UserAtionetDestinationId": "65459c7c-7685-4ecd-843b-e22db0e1d945",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b355c4a3-095a-48ff-be99-1cfc0b1da64c",
"IdMerchant": "3a372f29-435a-4067-9e4c-36faf1a53239",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "0c34914e-e8d7-4ebb-af00-599aabddf745",
"DriverId": "b6d5ddf3-02a0-4e57-879e-1f95960955df",
"CreatedDateString": "2025/12/14 00:05"
}
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-12-14T00:05:18.2892738Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>b6d5ddf3-02a0-4e57-879e-1f95960955df</DriverId> <Id>9de68c22-8882-4620-bd31-48d35adc123b</Id> <IdCompany>b355c4a3-095a-48ff-be99-1cfc0b1da64c</IdCompany> <IdMerchant>3a372f29-435a-4067-9e4c-36faf1a53239</IdMerchant> <Message /> <NetworkId>2413072e-52b6-4447-9ba6-35566d66d208</NetworkId> <NotificationFormatId>0b4daf5e-1ead-493a-87ab-39d84dc1aa48</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>39490ffb-41ad-464a-a8a8-9e438ddadba9</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>65459c7c-7685-4ecd-843b-e22db0e1d945</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>0c34914e-e8d7-4ebb-af00-599aabddf745</VehicleId> </SystemNotificationDto>