List

Used to get a list of all the lists associated with your project. All lists can be returned if no condition is used. Only lists of a certain type will be returned if a condition with specific criteria is provided.

Body Params
string
required

Your App token

order
array of strings

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

order
select
array of strings

Select what attributes to return, eg. ["id", "name"]

select
json

Filter the lists based on some criteria, eg. [ ["id", ">" , 250] ]

int32

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

int32

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