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
groupId
string

The Id of the project group.

groupName
string

The Name of the project group.

projectId
string

The ID of the project.