List Lookup List

GET /lookuplist/list

List all the lookup lists

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • usage string

      Whether this lookup list has a special usage in infoodle Will be blank if no special purpose, otherwise one of:

      • ADDRESSTYPES
      • ATTENDANCE
      • GROUPFREQUENCY
      • GROUPFUNCTION
      • GROUPSTATUS
      • GROUPSUBURB
      • MARITALSTATUS
      • SCHOOLYEAR
      • VHTASK
GET /lookuplist/list
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/lookuplist/list \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": 234,
  "name": "School year",
  "usage": "ADDRESSTYPES"
}