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": "47c0f904-4a6d-46a3-bbfb-27e5d9d3cdcb",
"NetworkId": "b081cbfe-df39-406d-9b53-00247fdc333a",
"NotificationFormatId": "9e197170-75af-4034-900b-f2050ed0a60a",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-09-10T10:27:08.7476303Z",
"UserAtionetCreatedId": "51c8d146-58b4-4b44-b517-27ad67cb316e",
"UserAtionetDestinationId": "6c2d6ae4-b64c-45ee-b167-7deea36a170c",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "89834659-b8cd-4c8d-b8ef-ff67fa45b192",
"IdMerchant": "bded6ce9-6bff-4d9f-9a1b-cfcd09ee48ab",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "a4a6a897-d145-4463-88a2-e88d77a23204",
"DriverId": "5db56057-9290-47bb-8cf4-73f3b0ea16a1",
"CreatedDateString": "2026/09/10 10:27"
}
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-09-10T10:27:08.7476303Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>5db56057-9290-47bb-8cf4-73f3b0ea16a1</DriverId> <Id>47c0f904-4a6d-46a3-bbfb-27e5d9d3cdcb</Id> <IdCompany>89834659-b8cd-4c8d-b8ef-ff67fa45b192</IdCompany> <IdMerchant>bded6ce9-6bff-4d9f-9a1b-cfcd09ee48ab</IdMerchant> <Message /> <NetworkId>b081cbfe-df39-406d-9b53-00247fdc333a</NetworkId> <NotificationFormatId>9e197170-75af-4034-900b-f2050ed0a60a</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>51c8d146-58b4-4b44-b517-27ad67cb316e</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>6c2d6ae4-b64c-45ee-b167-7deea36a170c</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>a4a6a897-d145-4463-88a2-e88d77a23204</VehicleId> </SystemNotificationDto>