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": "b86674ba-021f-4787-ba63-547c5d2126af",
"NetworkId": "33845915-43ff-4c45-a6ce-3d1ffd641dd2",
"NotificationFormatId": "45f669b5-33e4-404c-af29-8496cd7fbcff",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:17:08.5349673Z",
"UserAtionetCreatedId": "93bc25ae-775b-4812-819c-227a39fd2a1f",
"UserAtionetDestinationId": "827d53f2-1fa0-448c-b865-bfe74936b1ee",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "40d3a1d4-d622-4af4-8d06-f3acf0fad466",
"IdMerchant": "5a91d353-240b-477b-93de-588c7f0eb0e1",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "e124604e-ae81-49eb-8514-2feb6393c424",
"DriverId": "3fcaea01-ef04-444d-a876-a31251731e52",
"CreatedDateString": "2026/08/03 19:17"
}
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-08-03T19:17:08.5349673Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>3fcaea01-ef04-444d-a876-a31251731e52</DriverId> <Id>b86674ba-021f-4787-ba63-547c5d2126af</Id> <IdCompany>40d3a1d4-d622-4af4-8d06-f3acf0fad466</IdCompany> <IdMerchant>5a91d353-240b-477b-93de-588c7f0eb0e1</IdMerchant> <Message /> <NetworkId>33845915-43ff-4c45-a6ce-3d1ffd641dd2</NetworkId> <NotificationFormatId>45f669b5-33e4-404c-af29-8496cd7fbcff</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>93bc25ae-775b-4812-819c-227a39fd2a1f</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>827d53f2-1fa0-448c-b865-bfe74936b1ee</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>e124604e-ae81-49eb-8514-2feb6393c424</VehicleId> </SystemNotificationDto>