Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IndiceeCoder/1098248 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1098248 to your computer and use it in GitHub Desktop.
asynchronized query request v3 get query request status
GET /api/reports/v3/request/.... HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Accept: application/xml
Host: secure.indicee.com
<?xml version="1.0" encoding="UTF-8"?>
<query_request>
<request_id>
...
</request_id>
<status>COMPLETED</status>
</query_request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment