Rights Summary

The Rights endpoint retrieves a paginated list of rights objects based on the type of rights object defined in the query parameter.

SecurityOAuth2
Request
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
before
string or null [ 12 .. 36 ] characters

The cursor value returned by Tenovos to retrieve the previous page of results. If the before parameter is used, the after parameter cannot be used.

Example: before=196100ac-4ee
after
string or null [ 12 .. 36 ] characters

The cursor value returned by Tenovos to retrieve the next page of results. If the after parameter is used, the before parameter cannot be used.

Example: after=16969100ac-4ef
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
Request samples
Response samples
application/json
{
  • "projects": [],
  • "pagination": {
    }
}