v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBMasterRight
MasterRights.get
Returns MasterRight with given id
get/entities/MasterRights/{id}
Path parameters
idstring uuid required
ID of MasterRight to retrieve
Response
MasterRight data
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"access_entity_account_direction": 1,
"access_entity_account_types": 1,
"access_entity_appointment_direction": 1,
"access_entity_contact_direction": 1,
"access_entity_contact_types": 1,
"access_entity_email_sequence": 1,
"access_entity_lead_direction": 1,
"access_entity_lead_types": 1,
"access_entity_oppty_direction": 1,
"access_entity_process": 1,
"access_entity_project_direction": 1,
"access_entity_quote_direction": 1,
"access_entity_quote_types": 1,
"access_entity_task_direction": 1,
"name": "string",
"revision": 1,
"custom_entities": "blob"
}
}