Project
Get Project Group List
Get project groups by projectId
.
GET
/
project
/
{projectId}
/
group
Authorizations
apiKey
string
headerrequiredPath Parameters
projectId
string
requiredThe unique identifier of the project to get project groups.
Minimum length:
10
Response
200 - application/json
groupId
string
The Id of the project group.
groupName
string
The Name of the project group.
projectId
string
The ID of the project.