The Search API provides a basic search capability for our content universe, across all Amedia publications.
GET/search/content
Retrieves list of abbreviated Content items according to given query parameters
application/json; charset=UTF-8; type=contentList
Description: search in cms and archive data for this publication. parameter can be repeated for adding publications
Description: search term for freetext search within a relevant subset of content fields
Description: skip this many searchresults in the response.
Type: optional of integer
Description: show only this many searchresults in the response.
Type: optional of integer
Description: show only searchresults with a publishedDate after this date. has no effect unless used together with endDate
Type: optional of datetimeparam
Format: 2004-12-13T21:39:45+02:00
Description: show only searchresults with a publishedDate before this date. has no effect unless used together with startDate
Type: optional of datetimeparam
Format: 2004-12-13T21:39:45+02:00
Description: show only content authored by this person
Description: show only content of this type. parameter can be repeated for adding types
Description: show only content with this tag. parameter can be repeated for adding tags
Description: show only content with this category. parameter can be repeated for adding categories
Description: sort search result by either published date or changed date. omit parameter for relevance sorting
Format: lastPublishedDate|lastChangedDate
Default value: sort by relevance
Description: declare multi-value-parameters as AND combined. works only for tags and author at the moment
Format: &andParam=tags&andParam=author
Description: Whether to include cross published content. Meaning content from other sites that has been used on {publicationDomain}
Type: optional of boolean
Description: Describe the ordering for the sort parameter. The value can either be desc (default) or asc.