GetLicenseUsageReport¶
This method returns a report of license usage over the course of a specified date range.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetLicenseUsageReport&APIKey=xxxxxxx&Signature=xxxxxx&DateFrom=2014-08-24%2018%3A49%3A00&DateTo=2016-08-24%2018%3A49%3A00&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetLicenseUsageReport ). |
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. |
DateFrom | The date to report from. |
DateTo | The date to report to. |
Examples¶
Sample response:
<Response>
<Issue>
<id>3579</id>
<name>Quartery Report - Q1 2011</name>
<created>2009-12-05 10:35:16</created>
<modified>2010-01-25 10:50:57</modified>
<status>Active</status>
<diff_in_days>51</diff_in_days>
<User>
<id>1876</id>
<username>johndoe1</username>
<company_name>Acme Co.</company_name>
<is_demo_account>False</is_demo_account>
<master_id>0</master_id>
</User>
<Title>
<id>12345</id>
<title>ACME Reporter</title>
</Title>
</Issue>
<Issue>
...
</Issue>
<Totals>
<chargeable>120</chargeable>
<demos>0</demos>
<deleted>74</deleted>
</Totals>
</Response>