简体中文
cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/git-providers/permissions
{ "end_cursor": "<string>", "has_next_page": false, "items": [ { "git_connection_id": "<string>", "git_permission_id": "<string>", "group_prefix": "<string>", "repo_path": "<string>" } ], "total": 123 }
List git permissions for the organization.
1 <= x <= 200
Successful Response
显示 子属性
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).