API Documentation
API MENU
Get Methods » GetIssuePages
This method returns a list of all pages 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)
<Page> <number>0</number> <thumb> http://cdn.publishingdomain.com/api/files/aT0xjh09kyZDk%253D/-0.jpg </thumb> </Page> <Page> <number>1</number> <thumb> http://cdn.publishingdomain.com/api/files/7jxjh0945fZDk%253D/-0.jpg </thumb> </Page> <Page> <number>2</number> <thumb> http://cdn.publishingdomain.com/api/files/4df9jh09kyZD%253D/-0.jpg </thumb> </Page> .... <Page> <number>98</number> <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)