Retrieve table template

Get table template

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

This endpoint allows you to retrieve a table template.

Path Parameters

NameTypeDescription

id

number

Template ID.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
    "fields": [
        {
            "fieldName": "Table Template",
            "label": "entity_template",
            "required": true,
            "maxLength": 1000,
            "editable": false,
            "dataType": "AlphaNumericText",
            "allowMultiple": false,
            "sequenceNumber": 1,
            "groupId": 2,
            "listOfValues": []
        },
        {
            "fieldName": "Notes",
            "label": "notes",
            "required": false,
            "maxLength": 500,
            "editable": true,
            "dataType": "AlphaNumericText",
            "allowMultiple": true,
            "sequenceNumber": 1,
            "groupId": 1,
            "listOfValues": []
        },
        {
            "fieldName": "Table ID",
            "label": "entity_id",
            "required": true,
            "maxLength": 50,
            "editable": false,
            "dataType": "AlphaNumericText",
            "allowMultiple": false,
            "sequenceNumber": 2,
            "groupId": 2,
            "listOfValues": []
        }
    ],
    "templateId": 2,
    "templateName": "Payment Schedule Allocated",
    "systemIndicatorId": 2,
    "processId": 6,
    "processName": "Table Workflow",
    "parentRelationships": [
        {
            "charTypeID": 3,
            "templateID": 41,
            "templateName": "COPY Rights In",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        },
        {
            "charTypeID": 3,
            "templateID": 43,
            "templateName": "Hvo test hidden",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        }
    ],
    "childRelationships": [
        {
            "charTypeID": 10,
            "templateID": 2,
            "templateName": "Fee",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        },
        {
            "charTypeID": 10,
            "templateID": 7,
            "templateName": "Credit",
            "relRecTypeID": 1,
            "relRecTypeDescription": "Non Rights Relevant"
        }
    ],
    "partyRelationships": []
}

Last updated