stage | group | info |
---|---|---|
Plan |
Optimize |
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments |
DETAILS: Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated
GET /analytics/group_activity/issues_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path |
string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/issues_count?group_path=gitlab-org"
Example response:
{ "issues_count": 10 }
GET /analytics/group_activity/merge_requests_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path |
string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/merge_requests_count?group_path=gitlab-org"
Example response:
{ "merge_requests_count": 10 }
GET /analytics/group_activity/new_members_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path |
string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/new_members_count?group_path=gitlab-org"
Example response:
{ "new_members_count": 10 }