Get aggregated project counts
get/projects/summary
Returns aggregated project counts grouped by the specified field. This endpoint is used to retrieve summary statistics about projects without fetching full project details.
1[2 {3 "category": "classification",4 "count": 85 },6 {7 "category": "regression",8 "count": 129 },10 {11 "category": "unknown",12 "count": 313 }14]| Name | Type | Required | Description |
|---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the projects before aggregation. For more information, see Filtering in REST APIs. |
groupBy | string | true | The field to group the project counts by. Supported values are Allowed values: functionstatuspublishStatus |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. An array of summary items was returned. | Headers | Schema |
| 400 | Bad Request | The request was invalid. The | Schema |