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 response is of type object[].
object[]