Retrieve pick list presets
Retrieve all presets for a pick list by ID.
These endpoints allow you to retrieve the values of a pick list(s).
Get all presets for a pick list by ID
GET
https://ris.rightsline.com/v4/pick-list/:listID
Retrieve list of presets pick list by ID.
Path Parameters
Name
Type
Description
listID*
guid
The pick list ID.
Headers
Name
Type
Description
Authorization*
String
Authorization token.
x-api-key*
String
Your company's API key.
Get preset details by pick list ID and preset ID
GET
https://ris.rightsline.com/v4/pick-list/:listID/:presetID
Retrieve all details of a preset, including the values it contains.
Path Parameters
Path Parameters
Name
Type
Description
listID
guid
The pick list ID.
presetID
guid
The preset ID.
Last updated
Was this helpful?