List ACL rules of specified calendar

GET {{baseUrl}}/calendars/:calId/acl?maxResults=<integer>&showDeleted=<boolean>&pageToken=<string>

Returns the rules in the access control list for the calendar.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: MEDIUM

Request Params

KeyDatatypeRequiredDescription
maxResultsstringThe maximum number of entries returned on one result page.
showDeletedstringWhether to include deleted ACLs in the result.
pageTokenstringThe token that specifies which result page to return.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;kind&quot;:&quot;\u003cstring\u003e&quot;,&quot;etag&quot;:&quot;\u003cstring\u003e&quot;,&quot;nextPageToken&quot;:&quot;\u003cstring\u003e&quot;,&quot;items&quot;:[{&quot;role&quot;:&quot;reader&quot;,&quot;scope&quot;:{&quot;type&quot;:&quot;default&quot;},&quot;kind&quot;:&quot;calendar#aclRule&quot;,&quot;etag&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;},{&quot;role&quot;:&quot;owner&quot;,&quot;scope&quot;:{&quot;type&quot;:&quot;default&quot;},&quot;kind&quot;:&quot;calendar#aclRule&quot;,&quot;etag&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}]}