Retrieve right template

Get right template

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

This endpoint allows you to retrieve a right template.

Path Parameters

Headers

{
    "fields": [
        {
            "fieldName": "Right Template",
            "label": "entity_template",
            "required": true,
            "maxLength": 1000,
            "editable": false,
            "dataType": "AlphaNumericText",
            "allowMultiple": false,
            "sequenceNumber": 1,
            "groupId": 6,
            "listOfValues": []
        },
        {
            "fieldName": "Description",
            "label": "entity_title",
            "required": true,
            "maxLength": 5000,
            "editable": true,
            "dataType": "AlphaNumericText",
            "allowMultiple": false,
            "sequenceNumber": 1,
            "groupId": 5,
            "listOfValues": []
        }
    ],
    "templateId": 3,
    "templateName": "Option In",
    "systemIndicatorId": 0,
    "processId": 17,
    "processName": "Rights Workflow",
    "parentRelationships": [
        {
            "charTypeID": 1,
            "templateID": 1,
            "templateName": "Feature",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        },
        {
            "charTypeID": 1,
            "templateID": 10,
            "templateName": "Pilot",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        }
    ],
    "childRelationships": [
        {
            "charTypeID": 1,
            "templateID": 14,
            "templateName": "Bundle/Pack",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        },
        {
            "charTypeID": 1,
            "templateID": 12,
            "templateName": "Series",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        }
    ],
    "partyRelationships": []
}

Last updated