getLookups

Click to copy

Get lookup table by type

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

lookupType

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId}/lookups/{lookupType} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{
  "lookups": [
    {
      "lookupName": "string",
      "value": 0
    }
  ]
}
StatusMeaningDescriptionSchema

200

OK

List of lookups of a given type

Lookups

404

Not Found

error

WorkflowExceptionDTO

500

Internal Server Error

error

WorkflowJsonExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.