Retrieve master value list
These endpoints allow you to retrieve the values of a master value list(s).
Get master value list
GET
https://ris.rightsline.com/v4/master-value-list
This endpoint allows you to retrieve the master value list.
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Get master value list by ID
GET
https://ris.rightsline.com/v4/master-value-list/:id
This endpoint allows you to retrieve a list by ID.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | GUID of the master value list item. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Last updated