Created
July 21, 2011 21:23
-
-
Save IndiceeCoder/1098248 to your computer and use it in GitHub Desktop.
asynchronized query request v3 get query request status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/reports/v3/request/.... HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Accept: application/xml | |
Host: secure.indicee.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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