Get One Data List
Data Lists
Get One Data List
Retrieves a single data list by its ID, including the list name and notes.
GET
Get One Data List
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the list you want to get
Example:
1
Query Parameters
string - optional - Comma separated list of fields you want to return
Example:
"account_id,id,name,notes"