List
Get items of a specific list
Retrieves items from a specific list by list ID.
GET
Get items of a specific list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the list from which items are to be retrieved.
Response
200
application/json
returns items
The response is of type object[]
.
Get items of a specific list