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.

Example

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/list/list-item \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR_APPTOKEN",
    "condition": [
      ["list_id", "=" , "1"]
    ]
  }'
Language
Click Try It! to start a request and see the response here!