GetPageDetails¶
This method returns the details of a specific Issue page.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetPageDetails&APIKey=xxxxxxx&Signature=xxxxxx&IssueId=3579&PageNumber=5&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetPageDetails ). |
APIKey | Your account’s API key. |
Signature | Your account’s API signature. |
UserId | (required for master/reseller accounts) The account identifier of the account to call the method on. |
IssueID | The identifier of the Issue to return the page for. |
PageNumber | The page number to return. |
Width | (optional) The width of the thumbnail image to return. |
Height | (optional) The height of the thumbnail image to return. |
If both Width
and Height
are specified, Width
will take precedence. You cannot specificy both the width and height of the thumbnail image. It will always remain proportional.
Examples¶
Sample response:
<Response>
<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>
</Response>