Returns the custom observations metadata of the condition assessment type. The observations metadata is configured for the condition assessment type in Civic Platform Administration.
| Scope | assessments |
| App Type | Agency |
| Authorization Type | Access token |
| URI | /v4/assessments/{id}/observations/meta?offset={offset}&limit={limit}&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 | |
| id | string | No | Get All Condition Assessment Types | The condition assessment id, as defined on Civic Platform Administration. | 9.0.0 |
| lang | String | No | Indicates the language applied. | 9.0.0 | |
| limit | long | No | Indicates the number of items that are returned in each page. | 9.0.0 | |
| offset | long | No | Indicates the offset start of each page by the number specified. | 9.0.0 |