List items

Used to get all of the list items. Items from all lists will be returned if no condition is used. list_id condition can be used to get items of a particular list.

Body Params
string
required

Your App token

string

Order the list in either ascending or descending order based on any of the attributes, eg. ["value"]

string

Select what attributes to return, eg. ["value"]

json

Filter the items based on some criteria, eg. [ ["list_id", "=" , 1] ]

int32

Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0

string

Used with limit for pagination

Responses

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