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.
Successful Request. Rights Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "agreement": {
- "id": "5dc14cdd-65c4-4755-bdbf-975ca373e38d",
- "name": "Agreement Name",
- "status": "approved",
- "attributes": [
- {
- "id": "9d675ef1-a428-41e6-1072-99h0i40133bf",
- "name": "Extension Options",
- "value": "1 year",
- "type": "textbox",
- "system": false,
- "sensitive": false,
- "required": false
}
], - "security": [
- {
- "id": "dfeb57c1-b149-4b15-920f-3f40ff0b959a",
- "name": "Restricted - Hooli Only"
}
]
}, - "associations": {
- "projects": [
- {
- "id": "86f3218b-908b-4d20-9d04-7ce9ba6c0593",
- "name": "Project Name"
}
], - "entities": [
- {
- "id": "86f3218b-908b-4d20-9d04-7ce9ba6c0593",
- "name": "Entity Name"
}
], - "rights": [
- {
- "name": "Classification",
- "value": "Extension",
- "type": "textbox",
- "system": false,
- "sensitive": false,
- "required": false
}
]
}
}