GET 17.0/app/system/lookup/{sourceid}/{recordid}

Description

Gets the description for a single lookup record

URI Parameters

Name Description Type Additional information
sourceId

Id of the Lookup Source

LookupTableSource

Required

recordId

Id of the record to retrieve the description for

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2"
}

application/xml, text/xml

Sample:
<IDDescriptionPair xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
</IDDescriptionPair>