The Rights endpoint retrieves a paginated list of rights objects based on the type of rights object defined in the query parameter.
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.
{- "projects": [
- {
- "id": "86f3218b-908b-4d20-9d04-7ce9ba6c0593",
- "name": "Project Name",
- "status": "approved",
- "attributes": [
- {
- "id": "5d675ef2-l428-41b6-1072-99h0i40133bf",
- "name": "Project Description",
- "value": "Tech Crunch Disrupt",
- "type": "textbox",
- "system": false,
- "sensitive": false,
- "required": false
}
], - "security": [
- {
- "id": "dfeb57c1-b149-4b15-920f-3f40ff0b959a",
- "name": "Restricted - Hooli Only"
}
]
}
], - "pagination": {
- "total": 1000,
- "before": "7140k9-44f",
- "after": "169677qp8-afe"
}
}