Retrieve all rights in catalog hierarchy
Get rights in catalog hierarchy
GET
https://ris.rightsline.com/v4/catalog-item/:id/rights-in-hierarchy
This endpoint allows you to retrieve all rights in a catalog hierarchy.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of the catalog-item. |
Query Parameters
Name | Type | Description |
---|---|---|
start | int | Index of first record to return in response. |
rows | int | Number of rows to return in response. Default = 100. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Last updated