API Documentation

Get Methods » GetIssueDetails

This method returns the basic details for a specified Issue

Required paramaters: standard, IssueId

Optional paramaters: standard, Width, Height

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>
	<title_id>12345</title_id>
	<publish_date>2010-06-30 00:00:00</publish_date>
	<created>2010-03-15 16:06:17</created>
	<modified>2010-07-22 11:58:15</modified>
	<status>Active</status>
	<num_of_pages>102</num_of_pages>
	<num_of_articles>20</num_of_articles>
	<newsstand>1</newsstand>
	<flipbook_version>3</flipbook_version>
	<thumb>
		http://cdn.publishingdomain.com/api/files/aT0xjh09kyZDk%253D/-0.jpg
	</thumb>
</Issue>

Definitions

thumb:
this is the URL to a specific Issue's standard thumbnail image. The image size can be manipulated using the optional paramaters Width and Height (in pixels). By default, a Width value will override the Height value if both are supplied. (you cannot specificy both the width and height of the thumb - it will always remain proportional)

Example usage

You can link to this Issue by directing users to the Issue link, which consists of the Title's www value (found here) followed by "issue/" followed by the id value.

i.e. http://www.publishingdomain.com/issue/3579