GetTitleFlipbookOptions¶
This methods returns the desktop and mobile Flipbook reader options for a specified Folder.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetTitleFlipbookOptions&APIKey=xxxxxxx&Signature=xxxxxx&TitleId=12345&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetTitleFlipbookOptions ). |
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. |
TitleId | The identifier of the Title to return the options for. |
ResponseType | (optional) The response format (XML or JSON ). Defaults to JSON . |
Examples¶
Sample response:
<Response>
<Title>
<id>12345</id>
<allow_downloading>1</allow_downloading>
<allow_downloading_pages>1</allow_downloading_pages>
<allow_printing>0</allow_printing>
<allow_cropping>0</allow_cropping>
<flipbook_banner_color>#315938</flipbook_banner_color>
<show_archive_listing>1</show_archive_listing>
<show_links>0</show_links>
<hide_thumbs>0</hide_thumbs>
<hide_from_bots>0</hide_from_bots>
<single_page_view>0</single_page_view>
<always_open>0</always_open>
<website>https://www.acmeco.com/reporter</website>
<allow_sound>0</allow_sound>
<allow_sharing>1</allow_sharing>
<page_num_offset>0</page_num_offset>
<flipbook_bg_color>#ebf6d5</flipbook_bg_color>
<Domain>
<www>http://www.publishingdomain.com/</www>
<files>http://cdn.publishingdomain.com</files>
</Domain>
</Title>
</Response>