cURL
curl --request GET \ --url https://api.teamcamp.app/v1.0/project/{projectId}/group \ --header 'apiKey: <api-key>'
[ { "groupId": "<string>", "groupName": "<string>", "projectId": "<string>" } ]
Get project groups by projectId.
projectId
10