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

Documentation Index

Fetch the complete documentation index at: https://docs.teamcamp.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Path Parameters

projectId
string
required

The unique identifier of the project to get project groups.

Minimum string length: 10

Response

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.