Find catalog items on a deal

POST - https://ris.rightsline.com/v4/catalog-item/search
{
  "query": {},
  "start": 0,
  "rows": 100,
  "parentQuery": {
      "4":{
          "$eq":["recordid", 9999]
      }
  }
}

Last updated