Returns all active condition assessment types configured in Civic Platform Administration.
Scope | assessments |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/settings/assessments/types?lang={lang}&fields={fields} |
HTTP Method | GET |
Automation Version(s) | 9.0.0 |
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. | 9.0.0 | |
lang | String | No | Indicates the language applied. | 9.0.0 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | Contains condition assessment information. | 9.0.0 |
result.conditionAssessment | string | The condition assessment id, as defined on Civic Platform Administration. | 9.0.0 |
result.description | string | The condition assessment description. If the description is null, this field is not returned. | 9.0.0 |
status | integer | The record status. | 9.0.0 |