GET {{baseUrl}}/calendars/:calId/acl/:aclId
Returns an access control list (ACL) rule. Scopes: Rate Limit Label: calendar:read
,calendar:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"role": "owner",
"scope": {
"type": "default"
},
"kind": "calendar#aclRule",
"etag": "<string>",
"id": "<string>"
} |
ENDPOINTS