Operations related to authentication tokens
Also available as HTTP POST with the same endpoint
Required Group Role: "Customer" - "VIEW"
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/Comments \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"From": "2021/03/10",
"To": "2023/03/27",
"RowCount": 1,
"PageSize": 20
}'
{ "Data": [ { … } ], "RecordsCount": 1 }