The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /qry/devices HTTP/1.1
Host: api.sbbet.ath.cx
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"currentPage":0,"pageSize":0,"qry":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"data":[{"id":"String","name":"String","isActive":false,"type":0,"location":{"data":{"String":"String"},"id":"String","val":"String"},"locationGroup":{"id":"String","val":"String"},"organization":{"data":{"String":"String"},"id":"String","val":"String"},"integrationsData":{"String":"String"}}],"currentPage":0,"pageSize":0,"totalItems":0,"totalPages":0}