GET
/lookuplist/{id}
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/lookuplist/99' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 234,
"name": "School year",
"usage": "ADDRESSTYPES"
}
Response examples (201)
{
"id": 234,
"name": "School year",
"usage": "string",
"items": [
{
"category": "Musical Instruments",
"items": [
{
"id": 562,
"value": "Guitar"
}
]
}
]
}