Series documents

Series store and documents

Below is the request to retrieve 100 series documents which can be used in a loop to ingest all series documents in the series store (increment offset value by limit value in each iteration until status code of response is not 200)

GET: https://<base-url>/stores-active/contentinstance/series/filter?offset=0&limit=100&api_key=<api-key>

We can also chunk the ingest a series at a time. Below is the GET request for a list of unique seriesID in the series store

GET: https://<base-url>/stores-active/contentinstance/series/attribute/internalIds.seriesId?api_key=<api-key>

For more details and options try these requests in the API explorer