Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the request URL format, the use of headers, response codes, etc. follow the conventions recommended for a RESTful API. This is described in detail below:

Required Header: 

Tip

Accept   application/json (Return requested data in JSON format)

or

Accept   application/xml (Return requested data in XML format)

Info
Please note, a .* wildcard value can only be used as part of the objectName and fieldValue segments. A message "Warning": "Search returned no results." will be returned if used elsewhere.

...