Search by OpenAPI (eg. RSS feed, Atom, JSON).
/openapi/search [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| query (STRING) | Search query. | Required | - | |
| Request-Parameter-Format-Value (RESPONSE_TYPE) | Optional parameter to specify the response output format. Value (when supplied) must be either "xml" or "atom" or "rss" or "json". | Optional | - | |
| Request-Parameter-Formet-Value (RESPONSE_TYPE) | Optional parameter to specify the response output format. Value (when supplied) must be either "xml" or "atom" or "rss" or "json". | Optional | - | |
| alt (RESPONSE_TYPE) | Optional parameter to specify the response output format. Value (when supplied) must be either "xml" or "atom" or "rss" or "json". | Optional | - | |
| app_id[] (APP_ID) | The application ID. | Optional | 0 | - |
| author (ALPHA) | The author mapped to DC:creator. | Optional | - | |
| callback (ALPHA) | The callback for JSON. | Optional | - | |
| category (ALPHA_NUM) | The category mapped to coll_id. | Optional | - | |
| contributor (ALPHA) | The contributor mapped to DC:contributor. | Optional | - | |
| duration (STRING) | The duration mappped to the duration of mediafile. | Optional | - | |
| format (ALPHA) | The format mapped to content type of mediafile. | Optional | - | |
| language (ALPHA) | The language mapped to DC:language. | Optional | - | |
| location (ALPHA) | The location mapped to DC:coverage_spatial. | Optional | - | |
| mediamosa_version (MEDIAMOSA_VERSION) | Provide the version to get the REST call returned in the format of the specified MediaMosa version. Keep empty or skip to retrieve in current (latest) version. Provide '2' to retrieve the REST call in 2.x format. Or be more specific by providing up to 3 digits; '2.3.0'. This setting will override any setting used by client application or the default setting in MediaMosa. | Optional | - | |
| publisher (ALPHA) | The publisher mapeed to DC:publisher. | Optional | - | |
| qdirection (ALPHA) | The direction of the result set. | Optional | asc | - |
| qlimit (INT) | Limit of the items of the result set. | Optional | 10 | - |
| qoffset (UINT) | The starting items position in the result set. | Optional | 0 | - |
| qorder (ALPHA_NUM_UNDERSCORE) | On what column the result set should be ordered. | Optional | - | |
| since (DATETIME_UTC) | The since mapped to videotimestamp (search from a date). | Optional | - | |
| subject (ALPHA) | The subject mapped to DC:subject. | Optional | - | |
| until (DATETIME_UTC) | The until mapped to videotimestamp (search till a date). | Optional | - |
openapi/search?query=news
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>MediaMosa Atom Feed</title>
<link href="http://mediamosa.org/"/>
<updated>2010-12-13T18:30:02Z</updated>
<author>
<name>MediaMosa</name>
</author>
<id>MediaMosa:feed:atom:search</id>
<entry>
<title>Morning news</title>
<link href="http://yourise.org/2003/12/13/news"/>
<id>asset_id:Q2DQJjCMIfPejfnkM8mjekw6</id>
<updated>2010-10-13T18:03:25Z</updated>
<summary>Chrismas in Amsterdam.</summary>
</entry>
</feed>