Get list items
Spaces method and path for this operation:
get /s/{space_id}/api/lists/items/_find
Refer to Spaces for more information.
Get all list items in the specified list.
Query parameters
-
List's id
Minimum length is
1
. -
The page number to return
-
The number of list items to return per page
-
Determines which field is used to sort the results
Minimum length is
1
. -
Determines the sort order, which can be
desc
orasc
Values are
desc
orasc
. -
Returns the list that come after the last list returned in the previous call (use the cursor value returned in the previous call). This parameter uses the
tie_breaker_id
field to ensure all lists are sorted and returned correctly.Minimum length is
1
. -
Filters the returned results according to the value of the specified field, using the : syntax.
GET
/api/lists/items/_find
curl \
--request GET 'http://localhost:5601/api/lists/items/_find?list_id=string' \
--header "Authorization: $API_KEY"