Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Response Formats

From Prime Wiki
Revision as of 17:45, 20 July 2015 by Admin (talk | contribs) (Created page with "1. Available Response Formats 2. Requesting a specific Response Format Available Response Formats The HTTP API currently supports the following response formats: XML JSON Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1. Available Response Formats 2. Requesting a specific Response Format

Available Response Formats The HTTP API currently supports the following response formats: XML JSON

Requesting a specific Response Format You can specify the required Response Format as an extension to the URL path as illustrated below:

Example (JSON): /api/domains/register.json?parameters

Example (XML): /api/domains/register.xml?parameters Note

JSON response is returned by default, if no response format is specified.