REST API

POST /graph/search

Searches across all Content.

POST https://api.mediahound.net/graph/search

Overview

Search allows your User to find Content from across The Entertainment Graph using plain language.

If you need to limit results, you can filter by Content returnType. Multiple types are allowed if you want to filter search results to TV Shows or Movies.

The allowed types are:

  • movie
  • showseries
  • showseason
  • showepisode
  • contributor
  • trait

Response

{
"content": [
{
"object": {
"mhid": String,
"altId": String,
"name": String,
"keyContributors" : KEY_CONTRIBUTORS_OBJECT,
"primaryImage" : IMAGE_OBJECT,
"secondaryImage" : IMAGE_OBJECT,
"primaryGroup" : MEDIA_OBJECT
},
"context":{}
],
"pagingInfo": PAGING_INFO_OBJECT
}