GET SystemNotifications/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

SystemNotificationDto
NameDescriptionTypeAdditional 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": "c7b4a1d3-39a2-4482-a384-117f981672df",
  "NetworkId": "d65d50dd-3b00-4873-b873-f1fd2dab393d",
  "NotificationFormatId": "ff9c396f-4a24-4892-9ffb-993d415037d6",
  "Channel": 64,
  "Origin": "sample string 3",
  "DestinationAddresses": "sample string 4",
  "CreatedDate": "2025-04-25T16:04:49.7260123Z",
  "UserAtionetCreatedId": "015814f4-2b28-4d75-a9d4-66035c8fb1d3",
  "UserAtionetDestinationId": "c6dc15c8-a97c-4775-948b-ca7e6450a0e3",
  "Type": 64,
  "State": 64,
  "Subject": "sample string 8",
  "Message": {},
  "IdCompany": "157f4f4c-487a-409e-a657-3f51009e8fdd",
  "IdMerchant": "4bd38d85-e0ec-455b-bbf3-a433ed2a3553",
  "UserAtionetCreated": "sample string 10",
  "UserAtionetDestination": "sample string 11",
  "UserState": 64,
  "Payload": "sample string 12",
  "VehicleId": "5d75eb19-2676-4af6-bc46-934217f85833",
  "DriverId": "def70c4c-faae-41cf-b2c4-93e870e6cbaf",
  "CreatedDateString": "2025/04/25 16:04"
}

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-04-25T16:04:49.7260123Z</CreatedDate>
  <DestinationAddresses>sample string 4</DestinationAddresses>
  <DriverId>def70c4c-faae-41cf-b2c4-93e870e6cbaf</DriverId>
  <Id>c7b4a1d3-39a2-4482-a384-117f981672df</Id>
  <IdCompany>157f4f4c-487a-409e-a657-3f51009e8fdd</IdCompany>
  <IdMerchant>4bd38d85-e0ec-455b-bbf3-a433ed2a3553</IdMerchant>
  <Message />
  <NetworkId>d65d50dd-3b00-4873-b873-f1fd2dab393d</NetworkId>
  <NotificationFormatId>ff9c396f-4a24-4892-9ffb-993d415037d6</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>015814f4-2b28-4d75-a9d4-66035c8fb1d3</UserAtionetCreatedId>
  <UserAtionetDestination>sample string 11</UserAtionetDestination>
  <UserAtionetDestinationId>c6dc15c8-a97c-4775-948b-ca7e6450a0e3</UserAtionetDestinationId>
  <UserState>64</UserState>
  <VehicleId>5d75eb19-2676-4af6-bc46-934217f85833</VehicleId>
</SystemNotificationDto>