Retrieve table template list

Get table templates

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

This endpoint allows you to retrieve template data for tables.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "templates": [
    {
      "templateId": 41,
      "templateName": "Release Dates",
      "processId": 6,
      "processName": "Table Workflow"
    }
  ]
}

Last updated