Gets a list of report categories.
| Scope | reports Deprecated scope name: get_settings_report_categories |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/settings/reports/categories?lang={lang}&fields={fields} |
| HTTP Method | GET |
| Automation Version(s) | 7.3.2 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| fields | string | No | � | Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. | 7.3.2 |
| lang | String | No | � | Indicates the language applied. | 7.3.2 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result[] | result{} | � | 7.3.2 |
| result.display | string | The text to be displayed. | 7.3.2 |
| result.id | long | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
| result.name | string | The full name for the application contact. | 7.3.2 |
| status | integer | The record status. | 7.3.3 |