Rights Detail

Retrieve detailed information about a specific Project, Entity or Agreement and it's relationships to other Rights objects. **Note - The ID provided in the path parameter must be a valid ID for the rights query parameter type. For example, if the ID for a Project is provided in the path, the query parameter must reflect Project as well or a 400 error will be returned.

SecurityOAuth2
Request
path Parameters
rightsId
required
string <uuid> = 36 characters

The Unique Identifier of a Rights Agreement, Entity, or Project.

Example: 86f3218b-908b-4d20-9d04-7ce9ba6c0593
query Parameters
rights
string [ 5 .. 24 ] characters

The rights management object type. For example, rights=entity, when you only want to return rights management Entities. Query parameters are always case insensitive.

Enum: "project" "entity" "agreement"
Example: rights=entity
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Rights Retrieved Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/rights/{rightsId}
Request samples
Response samples
application/json
{
  • "agreement": {},
  • "associations": {
    }
}