# Get a single lookuplist **GET /lookuplist/{id}** Get one lookup list along with the list of items within that list The structure of Team Skills is different because it is a multi-level layout ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (integer) Which item to be processed ## Responses ### 200 OK For All lists except Team Skills, see response 201 for team skill output (although actual response will be 200) #### Body: application/json (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 ### 201 OK for team skills. The response code will still be 200, just to make the documentation clearer, hopefully. #### Body: application/json (object) - **id** (integer) - **name** (string) - **usage** (string) Will be empty for Team Skills - **items** (array[object]) List of categories for team skills [Powered by Bump.sh](https://bump.sh)