API Documentation

Get Methods » GetPageDetails

This method returns the details of a specific Issue page

Required paramaters: standard, IssueId, PageNumber

Optional paramaters: standard, Width, Height

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

Example Response (XML)

<Page>
	<number>5</number>
	<text>
		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod 
		tempor incididunt ut labore et dolore magna aliqua nulla pariatur. 
		Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia 
		deserunt mollit anim id est laborum.
	</text>
	<thumb>
		http://cdn.publishingdomain.com/api/files/gfl90x0kyZDk%253D/-0.jpg
	</thumb>
</Page>

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)