Versions Compared

Key

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

...

Query results can be limited to either one or a number of explicit languages using the languages parameter. See the Search Parameters below for details on the format. A media item is rendered via its "display-on" page. The language of the media item determines the language version of the display-on page, therefore ensure that a display-on page is available for each supported language.


Back to top


...

Responses

Successful

...

Responses

A successful response has a results field containing contains a results field that contains a list of results . See (see the examples above) . A successful result always starts with the following field:

...

Code Block
    "_searchRetrieve" : {
      "contentItemID" : "M123",
      "language" : "nl_NL",
      "success" : true
    }


As you can see it , the response contains the Content Item ID, language  language and a field saying it is okayindicates whether it was successful. The JSON that comes thereafter is decided determined by the JSON presentation of the Content Itemcontent item.

Response item errors

Notice: Possibly subject to change in the next version

...