Get unavailable reasons

Get reason unavailable list

GET https://ris.rightsline.com/v4/avails/dimension-data

Retrieve the list of possible unavailable reasons for Rights Actions.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
    "reasonUnavailable": [
        "NotWindowed",
        "LimitedByChildrenNoRightsIn",
        "LimitedByChildren",
        "LimitedByClearance",
        "NoRightsIn",
        "LimitedByOverrun",
        "InsufficientReapply",
        "RightsOutExist"
    ]
}

Last updated