API Documentation

Get Methods » GetLicenseUsageReport

This method returns a report of license usage over the course of a specified date range

Required paramaters: standard, DateFrom, DateTo

Optional paramaters: standard

For master account Key/Signature pair, the paramater UserId is also required.

Example Response (XML)

<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>