Retrieve pick list

Retrieve pick lists or a pick list by ID.

These endpoints allow you to retrieve the values of a pick list(s).

Get all pick lists

GET https://ris.rightsline.com/v4/pick-list

Retrieve all pick lists.

Headers

Name
Type
Description

Authorization*

String

Authorization token.

x-api-key*

String

Your company's API key.

[
    {
        "id": "28352549-f014-4c71-b85f-2c49778bf9ed",
        "name": "Letters"
    },
    {
        "id": "57008a1b-6f50-4cae-9fe9-b31547c31b71",
        "name": "Languages"
    }
]

Get pick list by ID

GET https://ris.rightsline.com/v4/pick-list/:listID

Retrieve a specific 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.

Last updated

Was this helpful?