Get all details of a Pick List using the List ID (available from the List Pick Lists API) as an input. The List API response includes the List definition and a full overview of all columns and rows of data included in the List.
GET Pick List
Get the definition of a single pick list (including its rows and columns values).
Notes
We recommend limiting your query to 100,000 values (calculated by the number of
rows * columns
) to optimize request performance. Queries exceeding 600,000 values or 100,000 rows will return a 400 error.The 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.