Retrieve catalog item template list

Get catalog item templates

GET https://ris.rightsline.com/v4/catalog-item-templates

This endpoint allows you to retrieve template data for catalog items.

Headers

{
  "templates": [
    {
      "templateId": 14,
      "templateName": "Collection",
      "processId": 4,
      "processName": "Catalog Workflow"
    },
    {
      "templateId": 1,
      "templateName": "Feature",
      "processId": 4,
      "processName": "Catalog Workflow"
    }
  ]
}

Last updated