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
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
{
"templates": [
{
"templateId": 14,
"templateName": "Collection",
"processId": 4,
"processName": "Catalog Workflow"
},
{
"templateId": 1,
"templateName": "Feature",
"processId": 4,
"processName": "Catalog Workflow"
}
]
}
Last updated
Was this helpful?