API Method. Gets the health check evaluation for the specified criteria.
| Name | Type | Description |
|---|---|---|
| project | int|string | The ID or unixName for a single project to be scanned. |
| tracker | int | The ID for a single tracker to be scanned. If this parameter is specified, $project is ignored. |
| user | int|string | The ID or unixName for a single user to be scanned. If this parameter is specified, $project and $tracker are ignored. |
A simple array of assoc arrays, each entry representing a single health check result. Note that a single check can return multiple result records.
Gets disk usage data grouped by project and source for a project.
| Name | Type | Description |
|---|---|---|
| request | \RequestParameters | |
| model | \Project | The project to retrieve data for. |
Disk usage breakdown by project and by source (tracker, wiki, docman, etc.).
Returns report data for a project.
| Name | Type | Description |
|---|---|---|
| project | string | Project id or unix name. Required. |
| type | string | Report type: activity, team, tracker, disk, frs, scm, or summary. Default activity. |
| download | string | When set, returns results as a download file. |
| format | string | Download format: csv, xml, or json. Default csv. |
| details | string | Set to Y to return detailed records (used by the scm type). |
Report data for the selected type.
Gets SCM commit info grouped by committer and by date for a project.
| Name | Type | Description |
|---|---|---|
| request | \RequestParameters | |
| model | \Project | The project to retrieve data for. |
Commit counts by committer and by date.
Returns paginated SCM commit detail records for a project.
| Name | Type | Description |
|---|---|---|
| request | \RequestParameters |
Commit detail records matching the specified filters.
Returns site-wide report data. Requires site admin access.
| Name | Type | Description |
|---|---|---|
| type | string | Report type: summary. Default summary. |
Site report data for the selected type.
Gets tracker item counts grouped by tracker, status, assignee and submitter for a project.
| Name | Type | Description |
|---|---|---|
| request | \RequestParameters | |
| model | \Project | The project to retrieve data for. |
Tracker item counts grouped by tracker, status, assignee, and submitter.