Meta-data Exchanger. Version 2.1
The list of APIs provided in this doc are exclusively used for client APP side integration.
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 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 […]
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 […]
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 […]
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.
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 […]