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": "cad31e10-92dd-401d-be0c-0c0261a57e80",
"NetworkId": "bbae6cc7-d137-4ec6-abe5-9814f24706e5",
"NotificationFormatId": "3b517d99-ccd7-4172-abdc-59e44e5fedee",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:16:17.8258593Z",
"UserAtionetCreatedId": "688fe2b1-da0a-4647-8e10-fd5beef839e7",
"UserAtionetDestinationId": "3bd6edee-d178-47c4-bcf9-51315ce95d90",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "e3d36186-c6ad-4ac9-a0c2-26eaa1219df6",
"IdMerchant": "174464ed-0482-47ba-8be0-e1c3aaa64443",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "d2ef5b0c-8196-471d-b3ff-722567f6f07f",
"DriverId": "9c7286e9-b4e4-4497-a95b-ab6f22fe916a",
"CreatedDateString": "2026/07/27 07:16"
}
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-07-27T07:16:17.8258593Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>9c7286e9-b4e4-4497-a95b-ab6f22fe916a</DriverId> <Id>cad31e10-92dd-401d-be0c-0c0261a57e80</Id> <IdCompany>e3d36186-c6ad-4ac9-a0c2-26eaa1219df6</IdCompany> <IdMerchant>174464ed-0482-47ba-8be0-e1c3aaa64443</IdMerchant> <Message /> <NetworkId>bbae6cc7-d137-4ec6-abe5-9814f24706e5</NetworkId> <NotificationFormatId>3b517d99-ccd7-4172-abdc-59e44e5fedee</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>688fe2b1-da0a-4647-8e10-fd5beef839e7</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3bd6edee-d178-47c4-bcf9-51315ce95d90</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>d2ef5b0c-8196-471d-b3ff-722567f6f07f</VehicleId> </SystemNotificationDto>