Get a list item
Spaces method and path for this operation:
get /s/{space_id}/api/lists/items
Refer to Spaces for more information.
Get the details of a list item.
Query parameters
-
Required if
list_id
andvalue
are not specifiedMinimum length is
1
. -
Required if
id
is not specifiedMinimum length is
1
. -
Required if
id
is not specified
GET
/api/lists/items
curl \
--request GET 'https://localhost:5601/api/lists/items' \
--header "Authorization: $API_KEY"