GET 17.0/database/lastrecords/{id}/{typeid}/{recordtype}

Description

Retrieve Last Records

URI Parameters

Name Description Type Additional information
id

integer

Required

typeID

byte

Required

recordType

byte

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

TypeID

byte

None.

RecordType

byte

None.

AltID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "typeID": 64,
  "recordType": 64,
  "altID": 4
}

application/xml, text/xml

Sample:
<LastRecords xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TypeID>64</TypeID>
  <RecordType>64</RecordType>
  <AltID>4</AltID>
</LastRecords>