Get One Data List Item
Data List Items
Get One Data List Item
Retrieves a single data list item by its ID, including the item value, sort order, and parent list reference.
GET
Get One Data List Item
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 item you want to get
Example:
1
Query Parameters
string - optional - Comma separated list of fields you want to return
Example:
"data_list_id,id,name"