Get lookup table by type
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/lookups/{lookupType} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"lookups": [
{
"lookupName": "string",
"value": 0
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| List of lookups of a given type | ||
| error | ||
| error |