Retrieve inventory template list

Get inventory templates

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

This endpoint allows you to retrieve template data for inventory items.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "templates": [
    {
      "templateId": 7,
      "templateName": "Physical Media",
      "processId": 16,
      "processName": "Inventory Workflow"
    }
  ]
}

Last updated