Get allocation models

Retrieve allocation models list

GET https://ris.rightsline.com/v4/allocation-model-list

This endpoint allows you to retrieve a list of all allocation models.

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

[
    {
        "id": "fb615348-876b-ee11-834a-024eb66dbf05",
        "name": "Allocation 1",
        "parentCharTemplateID": 2
    },
    {
        "id": "a6cb6bec-146e-ee11-834b-065151be1e5f",
        "name": "Allocation 2",
        "parentCharTemplateID": 17
    },
    {
        "id": "20d3f6f3-8c70-ee11-834b-065151be1e5f",
        "name": "Allocation 3",
        "parentCharTemplateID": 45
    },
    {
        "id": "23d3f6f3-8c70-ee11-834b-065151be1e5f",
        "name": "Allocation 4",
        "parentCharTemplateID": 45
    }
]

Last updated