Lookup endpoint
The Lookup endpoint is meant to search on certain lookup values that are defined on the business object from the endpoint definition.
The lookup-value is added to the URL and will look as follows:
Example
http://{environment}/sdk/system/{version}/lookup/{definition name}/{lookup value}
Response
The response will contain 1 or more business object that meet the lookup-value.
{
"records": [
{
"City": "Boxmeer",
"SysMutationDateTime": "2021-07-15T15:14:01+02:00",
"Country": "Netherlands",
"Syscode": 260
},
{
"City": "Wijchen",
"SysMutationDateTime": "2021-09-01T11:58:01+02:00",
"Country": "Netherlands",
"Syscode": 460
},
]
}