Get all Pick Lists available to the authenticated user. Details for each list are returned along with a List UUID (uuid) that can be used to get full details of a single list.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
GET List Pick Lists
Get information about all lists. The response contains a href link for each list, these can be used to make requests and fetch the complete data of a single list. Lists and Powered Lists are returned.
NOTICE: After your account is updated to our new Lists experience, id is no longer supported and will always be returned as 0. You must use uuid.
The UUID field in response body can be used as list_uuid in Get Pick List (By UUID)
NotesThe default rate limit is 30 requests per minute, which is shown through the response headers X-RateLimit-Limit and X-RateLimit-Remaining.
API keys and secrets are generated in The Data Standards Cloud UI, and they are given the same permissions as the user who created them. Talk to your CSM for additional information.
Use Case Example - Steps to build a List Catalog
This use case offer steps to build a file containing all List Values using the Claravine API: Guide to Build an Account List Catalog.
.