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": "5c2a44e6-fa63-4f02-bda0-bf47b7408a37",
"NetworkId": "a4a98464-27a0-4378-802d-25d677487c70",
"NotificationFormatId": "40862aa2-f8f4-43b6-9c6e-9f73fc5308c0",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:28:53.6923258Z",
"UserAtionetCreatedId": "161f31b6-1c12-4984-9cd9-e4d1c6a26dc6",
"UserAtionetDestinationId": "438b900e-8b14-4a43-8da2-5b06ea9a6742",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b4bd495b-294c-4bdc-aa57-aca5be38d000",
"IdMerchant": "6cc8b26c-ac2d-4cda-9c16-d50990eae7e9",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "d82b4b32-4032-4123-9bb4-c0068894d584",
"DriverId": "7d369024-e465-4561-ade4-a877660b14cf",
"CreatedDateString": "2026/03/13 12:28"
}
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-03-13T12:28:53.6923258Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>7d369024-e465-4561-ade4-a877660b14cf</DriverId> <Id>5c2a44e6-fa63-4f02-bda0-bf47b7408a37</Id> <IdCompany>b4bd495b-294c-4bdc-aa57-aca5be38d000</IdCompany> <IdMerchant>6cc8b26c-ac2d-4cda-9c16-d50990eae7e9</IdMerchant> <Message /> <NetworkId>a4a98464-27a0-4378-802d-25d677487c70</NetworkId> <NotificationFormatId>40862aa2-f8f4-43b6-9c6e-9f73fc5308c0</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>161f31b6-1c12-4984-9cd9-e4d1c6a26dc6</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>438b900e-8b14-4a43-8da2-5b06ea9a6742</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>d82b4b32-4032-4123-9bb4-c0068894d584</VehicleId> </SystemNotificationDto>