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
The unique identifier of the project to get project groups.
10
Project response
The Id of the project group.
The Name of the project group.
The ID of the project.