GetTitleDetails¶
This methods returns the basic details for a specified Title.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetTitleDetails&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 (GetTitleDetails ). |
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. |
ResponseType | (optional) The response format (XML or JSON ). Defaults to JSON . |
Examples¶
Sample response:
<Response>
<Title>
<id>12345</id>
<title>ACME Reporter</title>
<created>2009-08-24 18:49:18</created>
<modified>2010-12-19 18:51:52</modified>
<language>en</language>
<status>Active</status>
<description>The ACME Reporter is a collection of reports written by...</description>
<keywords>reports, finance, stocks, market</keywords>
<url>http://www.publishingdomain.com/t/12345-acme-reporter</url>
<Domain>
<www>http://www.publishingdomain.com/</www>
<files>http://cdn.publishingdomain.com</files>
</Domain>
</Title>
</Response>