post https://api.rainex.io/projects/
Get a list of customers using filters
Here are the enums that are contained in the answer:
name | value |
---|---|
autoCollection | on, off |
Responses
Get a list of customers using filters
Here are the enums that are contained in the answer:
name | value |
---|---|
autoCollection | on, off |
xxxxxxxxxx
curl --request POST \
--url https://api.rainex.io/projects/%7BprojectName/customers/query \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"sortKind":"desc"}'