Retrieve right template list

Get right templates

GET https://ris.rightsline.com/v4/right-templates

This endpoint allows you to retrieve template data for rights.

Headers

{
  "templates": [
    {
      "templateId": 1,
      "templateName": "Rights In",
      "processId": 17,
      "processName": "Rights Workflow"
    },
    {
      "templateId": 2,
      "templateName": "Rights Out",
      "processId": 17,
      "processName": "Rights Workflow"
    }
  ]
}

Last updated