Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

MetaX

Meta-data Exchanger. Version 2.1
The list of APIs provided in this doc are exclusively used for client APP side integration.

Resource

Method

Description

GET

Get the review score given by the subscriber to an item. Replace SUBSCRIBER_ID with the unique id of the subscriber and ASSET_ID with the unique id of the item to […]

GET

Get the average review score of an item over all subscribers who have rated it. Replace ASSET_ID with the unique id of the item to get its average score. The […]

PUT

API to update the review score of an item for a subscriber. Replace SUBSCRIBER_ID with the unique id of the subscriber and ASSET_ID with the unique id of the item […]

PUT

This API is used to upsert (Update/insert) multiple item/ title at a time. If the item already exists it will overwrite the existing item or will insert as a new […]

PUT

This API is used to upsert (Update/insert) a single item/ title. If the item/title already exists it will overwrite the existing item or will insert as a new item.

DELETE

The following API will delete a title/item from the system.

GET

This API will work in Asynchronous manner . It will immediately return “Success” if items are ingested properly. It may take some time to sync with our MetaX system based […]