Retrieve inventory validation errors

Get inventory validation errors

GET https://ris.rightsline.com/v4/inventory/:id/validation-errors

This endpoint allows you to retrieve validation errors for a specific inventory by ID.

Path Parameters

Headers

{
  "hasErrors": true,
  "errors": [
    {
      "message": "End Date (term_end_date) is required",
      "type": "Data & Associations",
      "workflowBlocking": true
    }
  ],
  "message": "Workflow blocking errors are present. Workflow Actions are disabled until these validation errors are resolved."
}

Last updated