GET SystemNotifications/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemNotificationDtoName | 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": "e7678735-4191-40bc-b750-333ef1f19a94", "NetworkId": "4249431a-a508-43a1-9950-4da1132ef027", "NotificationFormatId": "ec9f53f4-0afe-4800-984c-709e315b1be2", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:54:09.5290026Z", "UserAtionetCreatedId": "80f1770a-9483-4e8e-b545-2536620e43f7", "UserAtionetDestinationId": "415ffcb6-444d-4653-9c7e-641c5e78e68d", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "566cfc9b-9581-49b6-8185-78594ad1821b", "IdMerchant": "6c10c7a8-6fc3-4808-a380-1c9d5e49ee85", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "6fc9c5c1-ec3c-4170-8fd5-f4869bc68720", "DriverId": "8dec6935-20a3-49b1-8300-977a07a96d1c", "CreatedDateString": "2025/09/13 07:54" }
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-09-13T07:54:09.5290026Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>8dec6935-20a3-49b1-8300-977a07a96d1c</DriverId> <Id>e7678735-4191-40bc-b750-333ef1f19a94</Id> <IdCompany>566cfc9b-9581-49b6-8185-78594ad1821b</IdCompany> <IdMerchant>6c10c7a8-6fc3-4808-a380-1c9d5e49ee85</IdMerchant> <Message /> <NetworkId>4249431a-a508-43a1-9950-4da1132ef027</NetworkId> <NotificationFormatId>ec9f53f4-0afe-4800-984c-709e315b1be2</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>80f1770a-9483-4e8e-b545-2536620e43f7</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>415ffcb6-444d-4653-9c7e-641c5e78e68d</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>6fc9c5c1-ec3c-4170-8fd5-f4869bc68720</VehicleId> </SystemNotificationDto>