Get Pick List (By UUID)

Get all details of a Pick List using the List UUID (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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

GET Pick List (By UUID)

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.


Path Params
string
required
Query Params
int32
Defaults to 0

Specifies the starting row (inclusive) for pagination. Use with max_row_number to define a result range.

int32
Defaults to 100000

Specifies the ending row (exclusive) for pagination.

Headers
int32

Number of requests allowed per minute.

int32

Number of requests available in the current minute.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json