Get deactive tracks
/api/1.1/tracks/GetDeactiveTracks/
Authentication
This method required authentication with read permission.
Arguments
- Page (Optional) - The page of results to return. If this argument is omitted, it defaults to 1.
- PerPage (Optional) - Number of items to return per page. If this argument is omitted, it defaults to 10.
The maximum allowed value is 50. - Format (Optional) - Format of the response. Allowed values is xml or json, it defaults to xml.
Example query
- GET /api/1.1/tracks/GetDeactiveTracks/?PerPage=5&Format=xml
- Host: api.audiomicro.com
- Date: Tue, 1 Apr 2009 23:45:45 +0030
- Authorization: AUDIOMICRO 0PN5X16HBGZHT7JJ3X82:SF7y/ZXX8aSX5KnRjKnuOlP7S2k=
Example response
<response>
<result name="response" numFound="119208" start="50"/>
<lst name="category">
<doc>
<str name="fileID">
<![CDATA[ 774551 ]]>
</str>
<str name="deactivationDate">
<![CDATA[ 2012-08-02T00:58:26Z ]]>
</str>
</doc>
<doc>
<str name="fileID">
<![CDATA[ 608701 ]]>
</str>
<str name="deactivationDate">
<![CDATA[ 2012-08-02T00:58:18Z ]]>
</str>
</doc>
<doc>
<str name="fileID">
<![CDATA[ 608700 ]]>
</str>
<str name="deactivationDate">
<![CDATA[ 2012-08-02T00:57:57Z ]]>
</str>
</doc>
<doc>
<str name="fileID">
<![CDATA[ 608699 ]]>
</str>
<str name="deactivationDate">
<![CDATA[ 2012-08-02T00:57:32Z ]]>
</str>
</doc>
</result>
Error codes
- ValueError Error validating input parameters
- AuthenticationError Invalid AccessKeyID or invalid SecretAccessKey or Expired out of date
- NoSuchPage Invalid page number