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

Authorizations

apiKey
string
header
required

Path Parameters

projectId
string
required

The unique identifier of the project to get project groups.

Minimum length: 10

Response

200
application/json
Project response

The response is of type object[].