GET 17.0/database/recordupdatenotifications/{id}/{type}

Description

Retrieve Record Update Notifications

URI Parameters

Name Description Type Additional information
id

integer

Required

type

byte

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Type

byte

None.

AltID

integer

None.

AddedDate

date

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 64,
  "altID": 3,
  "addedDate": "2025-01-09T20:52",
  "siteID": 5
}

application/xml, text/xml

Sample:
<RecordUpdateNotifications xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>64</Type>
  <AltID>3</AltID>
  <AddedDate>2025-01-09T20:52:24.6325935+00:00</AddedDate>
  <SiteID>5</SiteID>
</RecordUpdateNotifications>