Returns observation data associated to a given condition assessment.
Scope | assessments |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/assessments/{id}/observations?lang={lang} |
HTTP Method | GET |
Automation Version(s) | 9.0.0 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
id | string | No | Search Assessments Get My Assessments |
The unique identifier for the condition assessment. | 9.0.0 |
lang | String | No | Indicates the language applied. | 9.0.0 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | An array containing the observation custom field values. | 9.0.0 |
result.<customType> | string | A custom field name and value pair. For
example in JSON, "My Custom Field": "My Custom
Value". The custom field name and its data type
are defined in Automation custom forms or
custom tables.
|
9.0.0 |
status | integer | The record status. | 9.0.0 |
{ "status": 200, "result": [ { "101": "type ABC", "PACP Distance": "", "PACP Percent": "", "PACP Joint": "", "PACP Value 1st": "", "PACPClockPositions": "", "LightType": "model #ABC", "PACP Code": "", "ModelNumber": "" }, { "101": "type DEF", "PACP Distance": "", "PACP Percent": "", "PACP Joint": "", "PACP Value 1st": "", "PACPClockPositions": "", "LightType": "model #DEF", "PACP Code": "", "ModelNumber": "PACP ABC" } ] }