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: Difference between revisions

From Prime Wiki
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..."
 
(No difference)

Latest revision as of 17:45, 20 July 2015

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.