Retrieves an access policy summary for a team

GET /repositories/{repositoryId}/branches/{branchId}/teams/{teamKey}/access/policies/summary

Parameters

Name Required Type Description
repositoryId true string
branchId true string
teamKey true string
scope false string
info false string

Response

"type": "object", "description": "Result Map", "properties": { "total_rows": { "type": "number" }, "offset": { "type": "number" }, "size": { "type": "number" }, "rows": { "type": "array", "items": { "type": "accessPolicy" } } } }