GetIssueStatus¶
This method returns the status of an Issue.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetIssueStatus&APIKey=xxxxxxx&Signature=xxxxxx&IssueId=3579&ResponseType=XML
| URL Parameters | Description |
|---|---|
| Version | The version of the API to call (0.1). |
| Method | The method being called (GetIssueStatus). |
| APIKey | Your account’s API key. |
| Signature | Your account’s API signature. |
| UserId | (required for master/reseller accounts) The account identifier of the account to call the method on. |
| IssueID | The identifier of the Issue to return the status for. |
Examples¶
Sample response:
<Response>
<Issue>
<id>3</id>
<status>Active</status>
</Issue>
</Response>