Open Query
Requirements
Request
curl --location --request GET 'https://<API ROUTE>/data/<COLLECTIONNAME>/<FILTER>/<ORDERBY>' \
--header 'Authorization: Bearer <BOT AUTH TOKEN>' \Response
{
"Result":"<cursor id>"
}Response Codes
Last updated
Was this helpful?