Huma API Documentation (1.33.0)
URL: /api/extensions/v1/user/{user_id}/module-result/aggregate
path Parameters
user_id required | string |
Request Body schema: application/json
function required | any Enum: "SUM" "AVG" "MAX" "MIN" "MIN_MAX" "MIN_MAX_AVG" |
primitiveName required | string |
mode required | any Enum: "NONE" "DAILY" "WEEKLY" "MONTHLY" "SIX_HOURS" |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
skip | integer or null Default: null |
limit | integer or null Default: null |
timezone | string or null Default: null |
moduleConfigId | string or null Default: null |
includeMaxRecord | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "function": "SUM",
- "primitiveName": "string",
- "mode": "NONE",
- "fromDateTime": null,
- "toDateTime": null,
- "skip": null,
- "limit": null,
- "timezone": "Europe/London",
- "moduleConfigId": "66b4c83c71724e3c3a574b6a",
- "includeMaxRecord": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
[- {
- "totalCount": 2,
- "value": 25.93,
- "valueMin": 0.91,
- "valueMax": 0.97,
- "valueAvg": 0.94,
- "flags": null,
- "startDateTime": null,
- "endDateTime": null,
- "timePeriod": null
}
]
URL: /api/extensions/v1/user/{user_id}/module-result/{module_id}/sign
path Parameters
user_id required | string |
module_id required | string |
Request Body schema: application/json
type required | string |
ids required | Array of strings |
Responses
Request samples
- Payload
Content type
application/json
{- "type": "Questionnaire",
- "ids": [
- "66d9d6f65c45be743002fad4"
]
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "modifiedFormsCount": 0
}
URL: /api/extensions/v1/user/{user_id}/module-result/{module_id}/unsign
path Parameters
user_id required | string |
module_id required | string |
Request Body schema: application/json
type required | string |
ids required | Array of strings |
Responses
Request samples
- Payload
Content type
application/json
{- "type": "Questionnaire",
- "ids": [
- "66d9d6f65c45be743002fad4"
]
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "modifiedFormsCount": 0
}
URL: /api/extensions/v1/user/{user_id}/module-result/AHQ
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/NDI
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/ODI
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SRS
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/CAT
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/WHQ
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/ECG
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
averageHeartRate required | integer |
classification required | any Enum: 1 2 3 4 6 8 9 10 11 12 13 14 15 16 17 18 |
leadType required | any Enum: 1 6 |
object or null Default: null | |
object or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "averageHeartRate": 0,
- "classification": 1,
- "leadType": 1,
- "pdf": null,
- "dataPoints": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/BMI
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | number |
valueUnit | string Default: "kg" |
originalValue | number or null Default: null |
originalUnit | string or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/KCCQ
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/KOOS
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OACS
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OARS
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SF36
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Step
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
Array of objects or null (MultipleHourValuesData) Default: null | |
object or null Default: null | |
dataType | string or null Default: null Enum: "MULTIPLE_VALUE" null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "multipleValues": null,
- "rawDataObject": null,
- "dataType": "MULTIPLE_VALUE"
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Photo
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | object (S3Object) |
object or null Default: null | |
note | string or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "s3Thumbnail": null,
- "note": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Sleep
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
awake | integer or null Default: null |
awakeCount | integer or null Default: null |
sleep | integer or null Default: null |
outOfBed | integer or null Default: null |
lightSleep | integer or null Default: null |
deepSleep | integer or null Default: null |
remSleep | integer or null Default: null |
duration required | integer |
Array of objects (SleepSummaryObject) | |
dateOfSleep required | string |
uwake required | integer |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "awake": null,
- "awakeCount": null,
- "sleep": null,
- "outOfBed": null,
- "lightSleep": null,
- "deepSleep": null,
- "remSleep": null,
- "duration": 0,
- "summary": [
- {
- "dateTime": null,
- "seconds": null
}
], - "dateOfSleep": "string",
- "uwake": 0
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/VR_12
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/EQ5D5L
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/FJSHip
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Weight
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | number |
valueUnit | string Default: "kg" |
originalValue | number or null Default: null |
originalUnit | string or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/MG_ADL
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Ptosis
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | object (S3Object) |
isPrompted | boolean Default: false |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "isPrompted": false
}
]
Response samples
- 202
- 403
- 404
Content type
application/json
null
URL: /api/extensions/v1/user/{user_id}/module-result/FJSKnee
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Journal
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | string |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": "string"
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/NORFOLK
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Symptom
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
Array of objects or null (ComplexSymptomValue) Default: null | |
followUpQuestionIds | Array of strings or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/PeakFlow
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
valuePercent | number or null Default: null |
valueUnit | string Default: "L/min" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valuePercent": null,
- "valueUnit": "L/min"
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/DashScore
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/HeartRate
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
One of
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
heartRateType | string or null Default: null Enum: "UNSPECIFIED" "RESTING" "HIGH_FREQ" null |
classification | string or null Default: null |
variabilityAVNN | integer or null Default: null |
variabilitySDNN | integer or null Default: null |
variabilityRMSSD | integer or null Default: null |
variabilityPNN50 | number or null Default: null |
variabilityprcLF | number or null Default: null |
confidence | integer or null Default: null |
goodIBI | integer or null Default: null |
object or null Default: null | |
valueUnit | string Default: "bpm" |
object or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
Example
CreateHeartRate
CreateHeartRate
CreateFitbitHRV
[ ]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SymptomV2
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Any of
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
Array of objects or null (ComplexSymptomValue) Default: null | |
followUpQuestionIds | Array of strings or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
Example
CreateSymptom
CreateSymptom
CreateQuestionnaire
[ ]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/AirQuality
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
latitude required | number |
longitude required | number |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "latitude": 0,
- "longitude": 0
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/ArmFatigue
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
arm required | any Enum: "LEFT" "RIGHT" |
required | object (S3Object) |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "arm": "LEFT",
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}
}
]
Response samples
- 202
- 403
- 404
Content type
application/json
null
URL: /api/extensions/v1/user/{user_id}/module-result/Temperature
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | number |
valueUnit | string Default: "oC" |
originalValue | number or null Default: null |
originalUnit | string or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/BloodGlucose
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | number |
valueUnit | string Default: "mmol/L" |
originalValue | number or null Default: null |
originalUnit | string or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "mmol/L",
- "originalValue": null,
- "originalUnit": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/DailyCheckIn
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/BloodPressure
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
diastolicValue required | integer |
systolicValue required | integer |
diastolicValueUnit | string Default: "mmHg" |
systolicValueUnit | string Default: "mmHg" |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "diastolicValue": 0,
- "systolicValue": 0,
- "diastolicValueUnit": "mmHg",
- "systolicValueUnit": "mmHg"
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/LysholmTegner
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Questionnaire
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/Breathlessness
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/KneeHealthIKDC
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordHipScore
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
hipAffected required | any Enum: 0 1 2 |
required | Array of objects (HipData) |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "hipAffected": 0,
- "hipsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "socks": 0,
- "shopping": 0,
- "walking": 0,
- "stairs": 0,
- "standing": 0,
- "limping": 0,
- "shooting": 0,
- "interference": 0,
- "bed": 0,
- "score": 0,
- "hipAffected": 0
}
]
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SpatialSpaniOS
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SurgeryDetails
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordKneeScore
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
legAffected required | any Enum: 0 1 2 |
required | Array of objects (LegData) |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "legAffected": 0,
- "legsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "walk": 0,
- "meal": 0,
- "limping": 0,
- "kneelDown": 0,
- "bed": 0,
- "usualWork": 0,
- "letYouDown": 0,
- "shopping": 0,
- "stairs": 0,
- "score": 0,
- "legAffected": 0
}
]
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/RespiratoryRate
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
valueUnit | string Default: "rpm" |
originalValue | number or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "rpm",
- "originalValue": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/SelfRatedHealth
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxygenSaturation
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | number |
valueUnit | string Default: "%" |
originalValue | number or null Default: null |
object or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/RestingHeartRate
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
heartRateType | string or null Default: null Enum: "UNSPECIFIED" "RESTING" "HIGH_FREQ" null |
classification | string or null Default: null |
variabilityAVNN | integer or null Default: null |
variabilitySDNN | integer or null Default: null |
variabilityRMSSD | integer or null Default: null |
variabilityPNN50 | number or null Default: null |
variabilityprcLF | number or null Default: null |
confidence | integer or null Default: null |
goodIBI | integer or null Default: null |
object or null Default: null | |
valueUnit | string Default: "bpm" |
object or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/VoiceAssessments
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Any of
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
countingRecordingID required | string |
aaahhhInitialRecordingID required | string |
aaahhhFatiguedRecordingID required | string |
Responses
Request samples
- Payload
Content type
application/json
Example
CreateDysphonia
CreateDysphonia
CreateDysarthria
[ ]
Response samples
- 202
- 403
- 404
Content type
application/json
null
URL: /api/extensions/v1/user/{user_id}/module-result/MedicationTracker
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/AsthmaControlTest
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordShoulderScore
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
shoulderAffected required | any Enum: 0 1 2 |
required | Array of objects (ShoulderData) |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "shoulderAffected": 0,
- "shouldersData": [
- {
- "score": 0,
- "shoulderAffected": 0,
- "shoulderQuestions": {
- "worstPain": 0,
- "dressing": 0,
- "transport": 0,
- "knifeFork": 0,
- "shopping": 0,
- "foodTray": 0,
- "combHair": 0,
- "usualPain": 0,
- "hangCloth": 0,
- "washDry": 0,
- "workPain": 0,
- "nightPain": 0
}
}
]
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/PerceivedStressScale
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/DiabetesDistressScore
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/GeneralAnxietyDisorder
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
required | Array of objects (QuestionnaireAnswer) |
object or null Default: null | |
isForManager | boolean or null Default: null |
questionnaireId required | string |
questionnaireName required | string |
Array of objects or null (QuestionnaireAnswer) Default: null | |
signOffDateTime | string or null <date-time> Default: null |
status | string or null Default: null Enum: "SUBMITTED" "DRAFT" "SIGNED" null |
revision | integer or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "skipped": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/module-result/HighFrequencyHeartRate
path Parameters
user_id required | string |
query Parameters
moduleConfigId | string or null Default: null |
Request Body schema: application/json
Array
type required | string |
moduleConfigId | string or null Default: null |
deploymentId required | string |
version | integer Default: 0 |
deviceName required | string |
isAggregated | boolean Default: false |
startDateTime | string <date-time> |
endDateTime | string or null <date-time> Default: null |
correlationStartDateTime | string or null <date-time> Default: null |
object or null Default: null | |
source | string or null Default: null |
value required | integer |
heartRateType | string or null Default: null Enum: "UNSPECIFIED" "RESTING" "HIGH_FREQ" null |
classification | string or null Default: null |
variabilityAVNN | integer or null Default: null |
variabilitySDNN | integer or null Default: null |
variabilityRMSSD | integer or null Default: null |
variabilityPNN50 | number or null Default: null |
variabilityprcLF | number or null Default: null |
confidence | integer or null Default: null |
goodIBI | integer or null Default: null |
object or null Default: null | |
valueUnit | string Default: "bpm" |
object or null Default: null | |
Array of objects or null (MultipleValuesData) Default: null | |
dataType | string or null Default: null Enum: "MULTIPLE_VALUE" "PPG_VALUE" "SINGLE_VALUE" null |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "type": "string",
- "moduleConfigId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "correlationStartDateTime": null,
- "device": null,
- "source": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null,
- "multipleValues": null,
- "dataType": "MULTIPLE_VALUE"
}
]
Response samples
- 201
- 403
- 404
Content type
application/json
{- "ids": null,
- "moduleResultId": null,
- "errors": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/ODI/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/NDI/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/WHQ/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/BMI/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg/m2",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/CAT/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/AHQ/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SRS/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "function": 0,
- "pain": 0,
- "selfImage": 0,
- "mentalHealth": 0,
- "satisfactionWithManagement": 0,
- "subTotal": 0,
- "total": 0,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECG/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "averageHeartRate": 0,
- "classification": 1,
- "leadType": 1,
- "pdf": null,
- "dataPoints": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/SF36/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalFunctioningScore": null,
- "limitationsPhysicalHealthScore": null,
- "limitationsEmotionalProblemsScore": null,
- "energyFatigueScore": null,
- "emotionalWellBeingScore": null,
- "socialFunctioningScore": null,
- "painScore": null,
- "generalHealthScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/KCCQ/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalLimitation": 0,
- "symptomStability": 0,
- "symptomFrequency": 0,
- "symptomBurden": 0,
- "totalSymptomScore": 0,
- "selfEfficacy": 0,
- "qualityOfLife": 0,
- "socialLimitation": 0,
- "overallSummaryScore": 0,
- "clinicalSummaryScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/KOOS/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "adlScore": 0,
- "qualityOfLifeScore": 0,
- "painScore": 0,
- "symptomsScore": 0,
- "sportRecreationScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/IKDC/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "symptoms": null,
- "sportsActivity": null,
- "kneeFunction": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/OARS/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "sleepScore": 0,
- "nauseaScore": 0,
- "mobilityScore": 0,
- "oarsScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Step/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "weeklyTotal": null,
- "multipleValues": null,
- "rawDataObject": null,
- "dataType": "MULTIPLE_VALUE"
}
URL: /api/extensions/v1/user/{user_id}/primitive/OACS/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "oacsScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Sleep/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "awake": null,
- "awakeCount": null,
- "sleep": null,
- "outOfBed": null,
- "lightSleep": null,
- "deepSleep": null,
- "remSleep": null,
- "duration": 0,
- "summary": [
- {
- "dateTime": null,
- "seconds": null
}
], - "dateOfSleep": "string",
- "uwake": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/WOMAC/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "symptomsScore": 0,
- "adlScore": 0,
- "totalScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/VR_12/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalScore": 0,
- "mentalScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Photo/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "s3Thumbnail": null,
- "note": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Tegner/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "activityLevelBefore": 0,
- "activityLevelCurrent": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/MG_ADL/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "ocularDysfunction": 0,
- "respiratoryDysfunction": 0,
- "extremityDysfunction": 0,
- "oropharyngealDysfunction": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/EQ5D5L/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "indexValue": null,
- "healthState": null,
- "mobility": null,
- "selfCare": null,
- "usualActivities": null,
- "pain": null,
- "anxiety": null,
- "eqVas": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Weight/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "topValue": 0,
- "bottomValue": 0,
- "status": "HIGH",
- "keyAreasItems": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Ptosis/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "severityLeft": null,
- "severityRight": null,
- "timeLeft": null,
- "timeRight": null,
- "isPrompted": false
}
URL: /api/extensions/v1/user/{user_id}/primitive/Height/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "cm"
}
URL: /api/extensions/v1/user/{user_id}/primitive/NORFOLK/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalQolScore": 0,
- "physicalFunctionLargeFiber": 0,
- "activitiesOfDailyLiving": 0,
- "symptoms": 0,
- "smallFiber": 0,
- "automic": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Symptom/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Lysholm/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "limp": 0,
- "caneOrCrutches": 0,
- "lockingSensation": 0,
- "givingWaySensation": 0,
- "pain": 0,
- "swelling": 0,
- "climbingStairs": 0,
- "squatting": 0,
- "lysholm": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Journal/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/PeakFlow/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valuePercent": null,
- "valueUnit": "L/min"
}
URL: /api/extensions/v1/user/{user_id}/primitive/FitbitHRV/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "rmssd": null,
- "coverage": null,
- "hf": null,
- "lf": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Dysphonia/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "aaahhhInitialRecordingID": "string",
- "aaahhhFatiguedRecordingID": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/DashScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "quickDashQuestions": {
- "jar": 0,
- "chores": 0,
- "shopping": 0,
- "washBack": 0,
- "knife": 0,
- "recreation": 0,
- "socialActivity": 0,
- "regularActivity": 0,
- "handPain": 0,
- "tingling": 0,
- "nightPain": 0
}, - "workQuestions": null,
- "sportArtQuestions": null,
- "doWork": null,
- "doSportArt": null,
- "workName": null,
- "sportArtName": null,
- "quickDashScore": null,
- "workScore": null,
- "sportArtScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HeartRate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Dysarthria/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "buttercupInitialRecordingID": "string",
- "buttercupFatiguedRecordingID": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/RevereTest/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": null,
- "startDateTime": null,
- "endDateTime": null,
- "results": null,
- "status": "STARTED",
- "moduleId": "string",
- "deploymentId": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/ArmFatigue/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "arm": "LEFT",
- "angle": null,
- "classification": null,
- "output": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "time": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECGAliveCor/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "kardiaEcgRecordId": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/Temperature/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HealthStatus/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "newOrWorseSymptoms": 0,
- "healthProblemsOrDisabilityList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECGHealthKit/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1,
- "ecgReading": {
- "averageHeartRate": 0,
- "dataPoints": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}, - "generatedPDF": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/BloodGlucose/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "mmol/L",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/ReactionTime/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/CVDRiskScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "age": 0,
- "sex": "FEMALE",
- "alcoholIntake": "DAILY",
- "sleepDuration": 0,
- "smokingStatus": true,
- "walkingPace": "SLOW_PACE",
- "overallHealth": "EXCELLENT",
- "existingConditions": [
- "HIGH_BLOOD_PRESSURE"
], - "existingSymptoms": [
- "BREATHLESSNESS"
], - "currentMedications": [
- "CHOLESTEROL_LOWERING_MEDICATION"
], - "familyHeartDisease": [
- "FATHER"
], - "heartRate": 0,
- "waistCircumference": 0,
- "hipCircumference": 0,
- "waistToHipRatio": null,
- "riskFactors": null,
- "riskTrajectory": null,
- "originalValue": null,
- "roundedValue": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/OtherVaccine/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasFluVaccine": true,
- "fluVaccineDate": null,
- "hasOtherVaccine": true,
- "vaccineCategory": null,
- "vaccineList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/NumericMemory/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SensorCapture/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "sanityCheck": null,
- "sanityCheckMessage": null,
- "measurementLocation": "LEFT_FRONT_TROUSERS_POCKET",
- "sensorDataTypes": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/AdditionalQoL/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "viewFamily": 0,
- "contactProfessionals": 0,
- "contributeActivities": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/PulseOximetry/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/BloodPressure/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "diastolicValue": 0,
- "systolicValue": 0,
- "diastolicValueUnit": "mmHg",
- "systolicValueUnit": "mmHg"
}
URL: /api/extensions/v1/user/{user_id}/primitive/Questionnaire/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/WaistToHeight/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "height": 0,
- "waist": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/MedicalHistory/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "cancerType": null,
- "medicalDiagnosis": [
- "CHRONIC_RESPIRATORY"
], - "medicalConditions": null,
- "takingImmunoSuppressants": 0,
- "immunoSuppressantMedicationList": null,
- "isCovidInfectedInPast": true,
- "covidInfectedDate": null,
- "isCovidToldByDoctor": true,
- "covidToldByDoctorDate": null,
- "takenCovidTest": 0,
- "covidTestResult": "NONE_POSITIVE",
- "covidTestDate": null,
- "covidTestMethod": "NOSE_THROAT_SWAB",
- "covidTestOther": null,
- "covidSymptoms": null,
- "otherCovidSymptoms": null,
- "covidSymptomAction": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}, - "hadCovidSymptoms": null,
- "hadOtherCovidSymptoms": null,
- "isDiagnosedWithCancer": true
}
URL: /api/extensions/v1/user/{user_id}/primitive/InfantFollowUp/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isCovPregLiveBirth": true,
- "isMoreThan1ChildCovVac": null,
- "countCovPreg": null,
- "children": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/SleepQuestions/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "sleepQualityScore": 1,
- "tiredScore": "LESS_THAN_NORMAL",
- "hoursSleep": 0,
- "minutesSleep": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordHipScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "hipAffected": 0,
- "hipsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "socks": 0,
- "shopping": 0,
- "walking": 0,
- "stairs": 0,
- "standing": 0,
- "limping": 0,
- "shooting": 0,
- "interference": 0,
- "bed": 0,
- "score": 0,
- "hipAffected": 0
}
], - "rightHipScore": null,
- "leftHipScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/SmokeQuestions/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "smokeStatus": "YES_AND_I_STILL_DO",
- "smokerType": "REGULAR_SMOKER",
- "smokingPeriod": "LESS_THAN_A_YEAR",
- "numberOfCigarettesPerDay": null,
- "numberOfCigarettesPerMonth": null,
- "vapeStatus": "YES_AND_I_STILL_DO",
- "vapePeriodic": "RARELY"
}
URL: /api/extensions/v1/user/{user_id}/primitive/SpatialSpaniOS/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SelfHealthRate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordKneeScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "legAffected": 0,
- "legsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "walk": 0,
- "meal": 0,
- "limping": 0,
- "kneelDown": 0,
- "bed": 0,
- "usualWork": 0,
- "letYouDown": 0,
- "shopping": 0,
- "stairs": 0,
- "score": 0,
- "legAffected": 0
}
], - "rightKneeScore": null,
- "leftKneeScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyStatus/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "menstrualPeriod": true,
- "lastMenstrualPeriodDate": null,
- "pregnancyStatus": "YES",
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "hasMedicalFertilityProcedure": null,
- "medicalFertilityProcedureAnswer": null,
- "hasOtherMedicalFertilityProcedure": null,
- "otherMedicalFertilityProcedureAnswer": null,
- "pregnantBefore": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLiveBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyElectiveTermination": null,
- "hasMedicalProfessionalVisit": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswer": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasOtherScreeningProblem": null,
- "otherScreeningProblem": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BodyComposition/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bmiDevice": null,
- "restingMetabolism": null,
- "visceralFatLevel": null,
- "visceralFatLevelClassification": null,
- "bodyFatLevel": null,
- "bodyFatPercentage": null,
- "skeletalMuscleLevel": null,
- "skeletalMuscleLevelPercentage": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/RespiratoryRate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "rpm",
- "originalValue": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyUpdate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasMenstrualPeriod": true,
- "lastMenstrualPeriodDateDay1": null,
- "becamePregnant": null,
- "isPregnancyCurrent": null,
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "pastPregnancyMoreThan1": "YES",
- "pastBabyCount": null,
- "pregnancyResult": null,
- "hasOtherPregnancyOutcome": null,
- "otherPregnancyResult": null,
- "pastPregnancyWeeks": null,
- "hasPastPregnancy": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLifeBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyElectiveTermination": null,
- "hasVisitMedicalProfessional": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswers": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasScreeningProblem": null,
- "screeningProblemText": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AirQualityIndex/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "latitude": 0,
- "longitude": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/PostVaccination/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "secondCOVIDVaccinationDose": "2019-08-24",
- "isSecondDoseAZ": true,
- "secondDoseBrand": "MODERNA",
- "batchNumberVaccine": null,
- "isBatchNumberValid": null,
- "isSamePlaceVaccine2As1": true,
- "vaccinationPlace": "PRIMARY_HEALTH_PROVIDER",
- "vaccinationPlaceOther": null,
- "vaccinationPlaceLocation": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BodyMeasurement/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19RiskScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "status": "LOW"
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxygenSaturation/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/FeverAndPainDrugs/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasAntiFeverPainDrugs": true,
- "medStartedBeforeAfter": "BEFORE",
- "daysBeforeVacMedication": null,
- "daysAfterVacMedication": null,
- "isUnderMedication": null,
- "daysCountMedication": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AsthmaControlTest/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/AwarenessTraining/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "certificateNumber": null,
- "totalHealthScore": null,
- "status": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyFollowUp/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "pregnantMedications": true,
- "prescriptionMedications": null,
- "overCounterPregnantMedications": true,
- "overCounterMedications": null,
- "babyCount": 0,
- "currentBabyCount": null,
- "babyInfo": [
- {
- "pregnancyForBaby": 0,
- "dateDelivery": null,
- "pregnancyDuration": null,
- "specifiedOutcome": null,
- "babyGender": "FEMALE",
- "methodDelivery": "VAGINAL",
- "isBreastfeedingBaby": null,
- "isCurrentlyBreastfeedingBaby": null,
- "breastfeedLongTerm": null,
- "isBabyNoLiquid": null,
- "isBabyIssues": "YES",
- "specifiedIssues": null
}
], - "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/HighFrequencyStep/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "stepsObject": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/PROMISGlobalHealth/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "global01": 1,
- "global02": 1,
- "global03": 1,
- "global04": 1,
- "global05": 1,
- "global06": 1,
- "global07rc": 0,
- "global08r": 1,
- "global09r": 1,
- "global10r": 1,
- "mentalHealthValue": null,
- "mentalHealthResult": null,
- "physicalHealthValue": null,
- "physicalHealthResult": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/VaccinationDetails/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "vaccinatedPlace": 0,
- "vaccinationLocation": null,
- "vaccinationCity": "string",
- "batchNumber": "string",
- "isBatchNumberValid": null,
- "isSecondDoseVacc": 0,
- "secondVacScheduleDate": null,
- "isSeasonFluVac": true,
- "seasonFluVacDate": null,
- "isOtherSpecifiedVacc": true,
- "otherSpecifiedVacc": null,
- "otherVaccCategory": null,
- "isAllergicReactionVacc": 0,
- "allergicReactionVacc": null,
- "allergicReaction": null,
- "metadata": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/AlcoholConsumption/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "drinkAlcohol": true,
- "sections": [
- {
- "alcoholType": "BEER_LAGGER_OR_SIDER",
- "bottleCount": 0,
- "canCount": 0,
- "pintCount": 0,
- "litreCount": 0,
- "largeGlassCount": 0,
- "standardGlassCount": 0,
- "smallGlassCount": 0,
- "smallShotCount": 0,
- "largeShotCount": 0,
- "glassCount": 0,
- "doubleCount": 0,
- "largeDoubleCount": 0,
- "singleCount": 0,
- "largeSingleCount": 0,
- "alcoholAverageStrength": "LIGHT",
- "period": "day"
}
]
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordShoulderScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "shoulderAffected": 0,
- "shouldersData": [
- {
- "score": 0,
- "shoulderAffected": 0,
- "shoulderQuestions": {
- "worstPain": 0,
- "dressing": 0,
- "transport": 0,
- "knifeFork": 0,
- "shopping": 0,
- "foodTray": 0,
- "combHair": 0,
- "usualPain": 0,
- "hangCloth": 0,
- "washDry": 0,
- "workPain": 0,
- "nightPain": 0
}
}
], - "rightShoulderScore": null,
- "leftShoulderScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19DailyCheckIn/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "contactType": "I_LIVE_WITH_SUCH_PERSON"
}
URL: /api/extensions/v1/user/{user_id}/primitive/BreastFeedingStatus/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingCurrently": true,
- "numberOfWeeksAtChildBirth": null,
- "hadComplicationsAtBirth": null,
- "complicationList": null,
- "hasHighRiskConditions": null,
- "highRiskConditions": null,
- "familyHistoryOfDefects": "YES",
- "familyHistoryOfDefectsList": null,
- "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BreastFeedingUpdate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingNow": true,
- "stopDate": null,
- "newOrWorseSymptoms": [
- "CONSULT_DOCTOR"
], - "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/RestingBreathingRate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/PerceivedStressScale/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/DiabetesDistressScore/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalDDS": 0,
- "emotionalBurden": null,
- "physicianDistress": null,
- "regimenDistress": null,
- "interpersonalDistress": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/BackgroundInformation/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "age": 0,
- "sexAtBirth": 0,
- "genderIdentity": 0,
- "genderOther": null,
- "residenceCountry": "string",
- "birthCountry": "string",
- "weight": 0,
- "height": 0,
- "employment": 0,
- "otherEmployment": null,
- "isHealthcareWorker": null,
- "smokingStatus": 0,
- "smokingStopped": "YEAR_OR_LESS",
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/HighFrequencyHeartRate/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null,
- "multipleValues": null,
- "dataType": "MULTIPLE_VALUE"
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZGroupKeyActionTrigger/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "firstVaccineDate": "2019-08-24",
- "groupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZScreeningQuestionnaire/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasReceivedCOVIDVacInPast4Weeks": true,
- "isAZVaccineFirstDose": true,
- "is18YearsOldDuringVaccination": true,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19RiskScoreCoreQuestions/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bloodType": "O_POSITIVE",
- "preExistingConditions": [
- "CURRENT_CANCER"
], - "currentSymptoms": [
- "DIFFICULT_BREATHING"
], - "score": null,
- "status": "LOW"
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZFurtherPregnancyKeyActionTrigger/event-log/{event_log_id}
path Parameters
user_id required | string |
event_log_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "currentGroupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/ODI/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/NDI/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/WHQ/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/BMI/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg/m2",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/CAT/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/AHQ/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SRS/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "function": 0,
- "pain": 0,
- "selfImage": 0,
- "mentalHealth": 0,
- "satisfactionWithManagement": 0,
- "subTotal": 0,
- "total": 0,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECG/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "averageHeartRate": 0,
- "classification": 1,
- "leadType": 1,
- "pdf": null,
- "dataPoints": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/SF36/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalFunctioningScore": null,
- "limitationsPhysicalHealthScore": null,
- "limitationsEmotionalProblemsScore": null,
- "energyFatigueScore": null,
- "emotionalWellBeingScore": null,
- "socialFunctioningScore": null,
- "painScore": null,
- "generalHealthScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/KCCQ/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalLimitation": 0,
- "symptomStability": 0,
- "symptomFrequency": 0,
- "symptomBurden": 0,
- "totalSymptomScore": 0,
- "selfEfficacy": 0,
- "qualityOfLife": 0,
- "socialLimitation": 0,
- "overallSummaryScore": 0,
- "clinicalSummaryScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/KOOS/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "adlScore": 0,
- "qualityOfLifeScore": 0,
- "painScore": 0,
- "symptomsScore": 0,
- "sportRecreationScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/IKDC/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "symptoms": null,
- "sportsActivity": null,
- "kneeFunction": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/OARS/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "sleepScore": 0,
- "nauseaScore": 0,
- "mobilityScore": 0,
- "oarsScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Step/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "weeklyTotal": null,
- "multipleValues": null,
- "rawDataObject": null,
- "dataType": "MULTIPLE_VALUE"
}
URL: /api/extensions/v1/user/{user_id}/primitive/OACS/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "oacsScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Sleep/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "awake": null,
- "awakeCount": null,
- "sleep": null,
- "outOfBed": null,
- "lightSleep": null,
- "deepSleep": null,
- "remSleep": null,
- "duration": 0,
- "summary": [
- {
- "dateTime": null,
- "seconds": null
}
], - "dateOfSleep": "string",
- "uwake": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/WOMAC/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "symptomsScore": 0,
- "adlScore": 0,
- "totalScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/VR_12/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalScore": 0,
- "mentalScore": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Photo/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "s3Thumbnail": null,
- "note": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Tegner/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "activityLevelBefore": 0,
- "activityLevelCurrent": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/MG_ADL/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "ocularDysfunction": 0,
- "respiratoryDysfunction": 0,
- "extremityDysfunction": 0,
- "oropharyngealDysfunction": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/EQ5D5L/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "indexValue": null,
- "healthState": null,
- "mobility": null,
- "selfCare": null,
- "usualActivities": null,
- "pain": null,
- "anxiety": null,
- "eqVas": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Weight/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "topValue": 0,
- "bottomValue": 0,
- "status": "HIGH",
- "keyAreasItems": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Ptosis/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "severityLeft": null,
- "severityRight": null,
- "timeLeft": null,
- "timeRight": null,
- "isPrompted": false
}
URL: /api/extensions/v1/user/{user_id}/primitive/Height/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "cm"
}
URL: /api/extensions/v1/user/{user_id}/primitive/NORFOLK/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalQolScore": 0,
- "physicalFunctionLargeFiber": 0,
- "activitiesOfDailyLiving": 0,
- "symptoms": 0,
- "smallFiber": 0,
- "automic": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Symptom/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Lysholm/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "limp": 0,
- "caneOrCrutches": 0,
- "lockingSensation": 0,
- "givingWaySensation": 0,
- "pain": 0,
- "swelling": 0,
- "climbingStairs": 0,
- "squatting": 0,
- "lysholm": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/Journal/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/PeakFlow/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valuePercent": null,
- "valueUnit": "L/min"
}
URL: /api/extensions/v1/user/{user_id}/primitive/FitbitHRV/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "rmssd": null,
- "coverage": null,
- "hf": null,
- "lf": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Dysphonia/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "aaahhhInitialRecordingID": "string",
- "aaahhhFatiguedRecordingID": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/DashScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "quickDashQuestions": {
- "jar": 0,
- "chores": 0,
- "shopping": 0,
- "washBack": 0,
- "knife": 0,
- "recreation": 0,
- "socialActivity": 0,
- "regularActivity": 0,
- "handPain": 0,
- "tingling": 0,
- "nightPain": 0
}, - "workQuestions": null,
- "sportArtQuestions": null,
- "doWork": null,
- "doSportArt": null,
- "workName": null,
- "sportArtName": null,
- "quickDashScore": null,
- "workScore": null,
- "sportArtScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HeartRate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Dysarthria/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "buttercupInitialRecordingID": "string",
- "buttercupFatiguedRecordingID": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/RevereTest/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": null,
- "startDateTime": null,
- "endDateTime": null,
- "results": null,
- "status": "STARTED",
- "moduleId": "string",
- "deploymentId": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/ArmFatigue/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "arm": "LEFT",
- "angle": null,
- "classification": null,
- "output": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "time": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECGAliveCor/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "kardiaEcgRecordId": "string"
}
URL: /api/extensions/v1/user/{user_id}/primitive/Temperature/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/HealthStatus/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "newOrWorseSymptoms": 0,
- "healthProblemsOrDisabilityList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/ECGHealthKit/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1,
- "ecgReading": {
- "averageHeartRate": 0,
- "dataPoints": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}, - "generatedPDF": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/BloodGlucose/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "mmol/L",
- "originalValue": null,
- "originalUnit": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/ReactionTime/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/CVDRiskScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "age": 0,
- "sex": "FEMALE",
- "alcoholIntake": "DAILY",
- "sleepDuration": 0,
- "smokingStatus": true,
- "walkingPace": "SLOW_PACE",
- "overallHealth": "EXCELLENT",
- "existingConditions": [
- "HIGH_BLOOD_PRESSURE"
], - "existingSymptoms": [
- "BREATHLESSNESS"
], - "currentMedications": [
- "CHOLESTEROL_LOWERING_MEDICATION"
], - "familyHeartDisease": [
- "FATHER"
], - "heartRate": 0,
- "waistCircumference": 0,
- "hipCircumference": 0,
- "waistToHipRatio": null,
- "riskFactors": null,
- "riskTrajectory": null,
- "originalValue": null,
- "roundedValue": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/OtherVaccine/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasFluVaccine": true,
- "fluVaccineDate": null,
- "hasOtherVaccine": true,
- "vaccineCategory": null,
- "vaccineList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/NumericMemory/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SensorCapture/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "sanityCheck": null,
- "sanityCheckMessage": null,
- "measurementLocation": "LEFT_FRONT_TROUSERS_POCKET",
- "sensorDataTypes": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/AdditionalQoL/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "viewFamily": 0,
- "contactProfessionals": 0,
- "contributeActivities": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/PulseOximetry/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/BloodPressure/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "diastolicValue": 0,
- "systolicValue": 0,
- "diastolicValueUnit": "mmHg",
- "systolicValueUnit": "mmHg"
}
URL: /api/extensions/v1/user/{user_id}/primitive/Questionnaire/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/WaistToHeight/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "height": 0,
- "waist": null,
- "value": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/MedicalHistory/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "cancerType": null,
- "medicalDiagnosis": [
- "CHRONIC_RESPIRATORY"
], - "medicalConditions": null,
- "takingImmunoSuppressants": 0,
- "immunoSuppressantMedicationList": null,
- "isCovidInfectedInPast": true,
- "covidInfectedDate": null,
- "isCovidToldByDoctor": true,
- "covidToldByDoctorDate": null,
- "takenCovidTest": 0,
- "covidTestResult": "NONE_POSITIVE",
- "covidTestDate": null,
- "covidTestMethod": "NOSE_THROAT_SWAB",
- "covidTestOther": null,
- "covidSymptoms": null,
- "otherCovidSymptoms": null,
- "covidSymptomAction": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}, - "hadCovidSymptoms": null,
- "hadOtherCovidSymptoms": null,
- "isDiagnosedWithCancer": true
}
URL: /api/extensions/v1/user/{user_id}/primitive/InfantFollowUp/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isCovPregLiveBirth": true,
- "isMoreThan1ChildCovVac": null,
- "countCovPreg": null,
- "children": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/SleepQuestions/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "sleepQualityScore": 1,
- "tiredScore": "LESS_THAN_NORMAL",
- "hoursSleep": 0,
- "minutesSleep": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordHipScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "hipAffected": 0,
- "hipsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "socks": 0,
- "shopping": 0,
- "walking": 0,
- "stairs": 0,
- "standing": 0,
- "limping": 0,
- "shooting": 0,
- "interference": 0,
- "bed": 0,
- "score": 0,
- "hipAffected": 0
}
], - "rightHipScore": null,
- "leftHipScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/SmokeQuestions/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "smokeStatus": "YES_AND_I_STILL_DO",
- "smokerType": "REGULAR_SMOKER",
- "smokingPeriod": "LESS_THAN_A_YEAR",
- "numberOfCigarettesPerDay": null,
- "numberOfCigarettesPerMonth": null,
- "vapeStatus": "YES_AND_I_STILL_DO",
- "vapePeriodic": "RARELY"
}
URL: /api/extensions/v1/user/{user_id}/primitive/SpatialSpaniOS/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/SelfHealthRate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordKneeScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "legAffected": 0,
- "legsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "walk": 0,
- "meal": 0,
- "limping": 0,
- "kneelDown": 0,
- "bed": 0,
- "usualWork": 0,
- "letYouDown": 0,
- "shopping": 0,
- "stairs": 0,
- "score": 0,
- "legAffected": 0
}
], - "rightKneeScore": null,
- "leftKneeScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyStatus/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "menstrualPeriod": true,
- "lastMenstrualPeriodDate": null,
- "pregnancyStatus": "YES",
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "hasMedicalFertilityProcedure": null,
- "medicalFertilityProcedureAnswer": null,
- "hasOtherMedicalFertilityProcedure": null,
- "otherMedicalFertilityProcedureAnswer": null,
- "pregnantBefore": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLiveBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyElectiveTermination": null,
- "hasMedicalProfessionalVisit": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswer": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasOtherScreeningProblem": null,
- "otherScreeningProblem": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BodyComposition/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bmiDevice": null,
- "restingMetabolism": null,
- "visceralFatLevel": null,
- "visceralFatLevelClassification": null,
- "bodyFatLevel": null,
- "bodyFatPercentage": null,
- "skeletalMuscleLevel": null,
- "skeletalMuscleLevelPercentage": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/RespiratoryRate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "rpm",
- "originalValue": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyUpdate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasMenstrualPeriod": true,
- "lastMenstrualPeriodDateDay1": null,
- "becamePregnant": null,
- "isPregnancyCurrent": null,
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "pastPregnancyMoreThan1": "YES",
- "pastBabyCount": null,
- "pregnancyResult": null,
- "hasOtherPregnancyOutcome": null,
- "otherPregnancyResult": null,
- "pastPregnancyWeeks": null,
- "hasPastPregnancy": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLifeBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyElectiveTermination": null,
- "hasVisitMedicalProfessional": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswers": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasScreeningProblem": null,
- "screeningProblemText": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AirQualityIndex/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "latitude": 0,
- "longitude": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/PostVaccination/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "secondCOVIDVaccinationDose": "2019-08-24",
- "isSecondDoseAZ": true,
- "secondDoseBrand": "MODERNA",
- "batchNumberVaccine": null,
- "isBatchNumberValid": null,
- "isSamePlaceVaccine2As1": true,
- "vaccinationPlace": "PRIMARY_HEALTH_PROVIDER",
- "vaccinationPlaceOther": null,
- "vaccinationPlaceLocation": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BodyMeasurement/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19RiskScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "status": "LOW"
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxygenSaturation/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/FeverAndPainDrugs/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasAntiFeverPainDrugs": true,
- "medStartedBeforeAfter": "BEFORE",
- "daysBeforeVacMedication": null,
- "daysAfterVacMedication": null,
- "isUnderMedication": null,
- "daysCountMedication": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AsthmaControlTest/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/AwarenessTraining/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "certificateNumber": null,
- "totalHealthScore": null,
- "status": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/PregnancyFollowUp/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "pregnantMedications": true,
- "prescriptionMedications": null,
- "overCounterPregnantMedications": true,
- "overCounterMedications": null,
- "babyCount": 0,
- "currentBabyCount": null,
- "babyInfo": [
- {
- "pregnancyForBaby": 0,
- "dateDelivery": null,
- "pregnancyDuration": null,
- "specifiedOutcome": null,
- "babyGender": "FEMALE",
- "methodDelivery": "VAGINAL",
- "isBreastfeedingBaby": null,
- "isCurrentlyBreastfeedingBaby": null,
- "breastfeedLongTerm": null,
- "isBabyNoLiquid": null,
- "isBabyIssues": "YES",
- "specifiedIssues": null
}
], - "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/HighFrequencyStep/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "stepsObject": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/PROMISGlobalHealth/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "global01": 1,
- "global02": 1,
- "global03": 1,
- "global04": 1,
- "global05": 1,
- "global06": 1,
- "global07rc": 0,
- "global08r": 1,
- "global09r": 1,
- "global10r": 1,
- "mentalHealthValue": null,
- "mentalHealthResult": null,
- "physicalHealthValue": null,
- "physicalHealthResult": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/VaccinationDetails/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "vaccinatedPlace": 0,
- "vaccinationLocation": null,
- "vaccinationCity": "string",
- "batchNumber": "string",
- "isBatchNumberValid": null,
- "isSecondDoseVacc": 0,
- "secondVacScheduleDate": null,
- "isSeasonFluVac": true,
- "seasonFluVacDate": null,
- "isOtherSpecifiedVacc": true,
- "otherSpecifiedVacc": null,
- "otherVaccCategory": null,
- "isAllergicReactionVacc": 0,
- "allergicReactionVacc": null,
- "allergicReaction": null,
- "metadata": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/AlcoholConsumption/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "drinkAlcohol": true,
- "sections": [
- {
- "alcoholType": "BEER_LAGGER_OR_SIDER",
- "bottleCount": 0,
- "canCount": 0,
- "pintCount": 0,
- "litreCount": 0,
- "largeGlassCount": 0,
- "standardGlassCount": 0,
- "smallGlassCount": 0,
- "smallShotCount": 0,
- "largeShotCount": 0,
- "glassCount": 0,
- "doubleCount": 0,
- "largeDoubleCount": 0,
- "singleCount": 0,
- "largeSingleCount": 0,
- "alcoholAverageStrength": "LIGHT",
- "period": "day"
}
]
}
URL: /api/extensions/v1/user/{user_id}/primitive/OxfordShoulderScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "shoulderAffected": 0,
- "shouldersData": [
- {
- "score": 0,
- "shoulderAffected": 0,
- "shoulderQuestions": {
- "worstPain": 0,
- "dressing": 0,
- "transport": 0,
- "knifeFork": 0,
- "shopping": 0,
- "foodTray": 0,
- "combHair": 0,
- "usualPain": 0,
- "hangCloth": 0,
- "washDry": 0,
- "workPain": 0,
- "nightPain": 0
}
}
], - "rightShoulderScore": null,
- "leftShoulderScore": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19DailyCheckIn/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "contactType": "I_LIVE_WITH_SUCH_PERSON"
}
URL: /api/extensions/v1/user/{user_id}/primitive/BreastFeedingStatus/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingCurrently": true,
- "numberOfWeeksAtChildBirth": null,
- "hadComplicationsAtBirth": null,
- "complicationList": null,
- "hasHighRiskConditions": null,
- "highRiskConditions": null,
- "familyHistoryOfDefects": "YES",
- "familyHistoryOfDefectsList": null,
- "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/BreastFeedingUpdate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingNow": true,
- "stopDate": null,
- "newOrWorseSymptoms": [
- "CONSULT_DOCTOR"
], - "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/RestingBreathingRate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/PerceivedStressScale/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
URL: /api/extensions/v1/user/{user_id}/primitive/DiabetesDistressScore/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalDDS": 0,
- "emotionalBurden": null,
- "physicianDistress": null,
- "regimenDistress": null,
- "interpersonalDistress": null
}
URL: /api/extensions/v1/user/{user_id}/primitive/BackgroundInformation/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "age": 0,
- "sexAtBirth": 0,
- "genderIdentity": 0,
- "genderOther": null,
- "residenceCountry": "string",
- "birthCountry": "string",
- "weight": 0,
- "height": 0,
- "employment": 0,
- "otherEmployment": null,
- "isHealthcareWorker": null,
- "smokingStatus": 0,
- "smokingStopped": "YEAR_OR_LESS",
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/HighFrequencyHeartRate/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null,
- "multipleValues": null,
- "dataType": "MULTIPLE_VALUE"
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZGroupKeyActionTrigger/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "firstVaccineDate": "2019-08-24",
- "groupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZScreeningQuestionnaire/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasReceivedCOVIDVacInPast4Weeks": true,
- "isAZVaccineFirstDose": true,
- "is18YearsOldDuringVaccination": true,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/primitive/Covid19RiskScoreCoreQuestions/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bloodType": "O_POSITIVE",
- "preExistingConditions": [
- "CURRENT_CANCER"
], - "currentSymptoms": [
- "DIFFICULT_BREATHING"
], - "score": null,
- "status": "LOW"
}
URL: /api/extensions/v1/user/{user_id}/primitive/AZFurtherPregnancyKeyActionTrigger/{module_result_id}
path Parameters
user_id required | string |
module_result_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "currentGroupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
URL: /api/extensions/v1/user/{user_id}/module-result/AHQ/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AHQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/NDI/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "NDI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/ODI/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "ODI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SRS/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "SRS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "function": 0,
- "pain": 0,
- "selfImage": 0,
- "mentalHealth": 0,
- "satisfactionWithManagement": 0,
- "subTotal": 0,
- "total": 0,
- "value": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/CAT/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "CAT": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/WHQ/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "WHQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/ECG/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "ECG": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "averageHeartRate": 0,
- "classification": 1,
- "leadType": 1,
- "pdf": null,
- "dataPoints": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BMI/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BMI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg/m2",
- "originalValue": null,
- "originalUnit": null
}
], - "Weight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
], - "BodyComposition": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bmiDevice": null,
- "restingMetabolism": null,
- "visceralFatLevel": null,
- "visceralFatLevelClassification": null,
- "bodyFatLevel": null,
- "bodyFatPercentage": null,
- "skeletalMuscleLevel": null,
- "skeletalMuscleLevelPercentage": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/KCCQ/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "KCCQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalLimitation": 0,
- "symptomStability": 0,
- "symptomFrequency": 0,
- "symptomBurden": 0,
- "totalSymptomScore": 0,
- "selfEfficacy": 0,
- "qualityOfLife": 0,
- "socialLimitation": 0,
- "overallSummaryScore": 0,
- "clinicalSummaryScore": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/KOOS/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "KOOS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "adlScore": 0,
- "qualityOfLifeScore": 0,
- "painScore": 0,
- "symptomsScore": 0,
- "sportRecreationScore": 0
}
], - "WOMAC": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "symptomsScore": 0,
- "adlScore": 0,
- "totalScore": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OACS/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "OACS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "oacsScore": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OARS/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "OARS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "sleepScore": 0,
- "nauseaScore": 0,
- "mobilityScore": 0,
- "oarsScore": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SF36/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "SF36": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalFunctioningScore": null,
- "limitationsPhysicalHealthScore": null,
- "limitationsEmotionalProblemsScore": null,
- "energyFatigueScore": null,
- "emotionalWellBeingScore": null,
- "socialFunctioningScore": null,
- "painScore": null,
- "generalHealthScore": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Step/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Step": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "weeklyTotal": null,
- "multipleValues": null,
- "rawDataObject": null,
- "dataType": "MULTIPLE_VALUE"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Photo/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Photo": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "s3Thumbnail": null,
- "note": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Sleep/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Sleep": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "awake": null,
- "awakeCount": null,
- "sleep": null,
- "outOfBed": null,
- "lightSleep": null,
- "deepSleep": null,
- "remSleep": null,
- "duration": 0,
- "summary": [
- {
- "dateTime": null,
- "seconds": null
}
], - "dateOfSleep": "string",
- "uwake": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/VR_12/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "VR_12": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalScore": 0,
- "mentalScore": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/EQ5D5L/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "EQ5D5L": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "indexValue": null,
- "healthState": null,
- "mobility": null,
- "selfCare": null,
- "usualActivities": null,
- "pain": null,
- "anxiety": null,
- "eqVas": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/FJSHip/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Height/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Height": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "cm"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Weight/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Weight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/MG_ADL/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "MG_ADL": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "ocularDysfunction": 0,
- "respiratoryDysfunction": 0,
- "extremityDysfunction": 0,
- "oropharyngealDysfunction": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Ptosis/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Ptosis": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "severityLeft": null,
- "severityRight": null,
- "timeLeft": null,
- "timeRight": null,
- "isPrompted": false
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/FJSKnee/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Journal/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Journal": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": "string"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/NORFOLK/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "NORFOLK": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalQolScore": 0,
- "physicalFunctionLargeFiber": 0,
- "activitiesOfDailyLiving": 0,
- "symptoms": 0,
- "smallFiber": 0,
- "automic": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Symptom/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Symptom": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PeakFlow/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PeakFlow": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valuePercent": null,
- "valueUnit": "L/min"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Breathing/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "SensorCapture": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "sanityCheck": null,
- "sanityCheckMessage": null,
- "measurementLocation": "LEFT_FRONT_TROUSERS_POCKET",
- "sensorDataTypes": null,
- "value": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/DashScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "DashScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "quickDashQuestions": {
- "jar": 0,
- "chores": 0,
- "shopping": 0,
- "washBack": 0,
- "knife": 0,
- "recreation": 0,
- "socialActivity": 0,
- "regularActivity": 0,
- "handPain": 0,
- "tingling": 0,
- "nightPain": 0
}, - "workQuestions": null,
- "sportArtQuestions": null,
- "doWork": null,
- "doSportArt": null,
- "workName": null,
- "sportArtName": null,
- "quickDashScore": null,
- "workScore": null,
- "sportArtScore": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HeartRate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
], - "FitbitHRV": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "rmssd": null,
- "coverage": null,
- "hf": null,
- "lf": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SymptomV2/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Symptom": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AirQuality/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AirQualityIndex": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "latitude": 0,
- "longitude": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/RevereTest/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "RevereTest": [
- {
- "id": null,
- "userId": null,
- "startDateTime": null,
- "endDateTime": null,
- "results": null,
- "status": "STARTED",
- "moduleId": "string",
- "deploymentId": "string"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/ArmFatigue/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "ArmFatigue": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "arm": "LEFT",
- "angle": null,
- "classification": null,
- "output": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "time": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/ECGAliveCor/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "ECGAliveCor": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "kardiaEcgRecordId": "string"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HealthScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BodyMeasurement": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
], - "SelfHealthRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1
}
], - "WaistToHeight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "height": 0,
- "waist": null,
- "value": null
}
], - "Weight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
], - "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
], - "SleepQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "sleepQualityScore": 1,
- "tiredScore": "LESS_THAN_NORMAL",
- "hoursSleep": 0,
- "minutesSleep": 0
}
], - "SmokeQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "smokeStatus": "YES_AND_I_STILL_DO",
- "smokerType": "REGULAR_SMOKER",
- "smokingPeriod": "LESS_THAN_A_YEAR",
- "numberOfCigarettesPerDay": null,
- "numberOfCigarettesPerMonth": null,
- "vapeStatus": "YES_AND_I_STILL_DO",
- "vapePeriodic": "RARELY"
}
], - "ReactionTime": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "AlcoholConsumption": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "drinkAlcohol": true,
- "sections": [
- {
- "alcoholType": "BEER_LAGGER_OR_SIDER",
- "bottleCount": 0,
- "canCount": 0,
- "pintCount": 0,
- "litreCount": 0,
- "largeGlassCount": 0,
- "standardGlassCount": 0,
- "smallGlassCount": 0,
- "smallShotCount": 0,
- "largeShotCount": 0,
- "glassCount": 0,
- "doubleCount": 0,
- "largeDoubleCount": 0,
- "singleCount": 0,
- "largeSingleCount": 0,
- "alcoholAverageStrength": "LIGHT",
- "period": "day"
}
]
}
], - "NumericMemory": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "HScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "topValue": 0,
- "bottomValue": 0,
- "status": "HIGH",
- "keyAreasItems": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Temperature/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Temperature": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Medications/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{ }
URL: /api/extensions/v1/user/{user_id}/module-result/BloodGlucose/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BloodGlucose": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "mmol/L",
- "originalValue": null,
- "originalUnit": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/CVDRiskScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "CVDRiskScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "age": 0,
- "sex": "FEMALE",
- "alcoholIntake": "DAILY",
- "sleepDuration": 0,
- "smokingStatus": true,
- "walkingPace": "SLOW_PACE",
- "overallHealth": "EXCELLENT",
- "existingConditions": [
- "HIGH_BLOOD_PRESSURE"
], - "existingSymptoms": [
- "BREATHLESSNESS"
], - "currentMedications": [
- "CHOLESTEROL_LOWERING_MEDICATION"
], - "familyHeartDisease": [
- "FATHER"
], - "heartRate": 0,
- "waistCircumference": 0,
- "hipCircumference": 0,
- "waistToHipRatio": null,
- "riskFactors": null,
- "riskTrajectory": null,
- "originalValue": null,
- "roundedValue": null
}
], - "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
], - "BodyMeasurement": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/DailyCheckIn/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/ECGHealthKit/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "ECGHealthKit": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1,
- "ecgReading": {
- "averageHeartRate": 0,
- "dataPoints": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}, - "generatedPDF": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HealthStatus/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "HealthStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "newOrWorseSymptoms": 0,
- "healthProblemsOrDisabilityList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HeightZScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Height": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "cm"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OtherVaccine/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "OtherVaccine": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasFluVaccine": true,
- "fluVaccineDate": null,
- "hasOtherVaccine": true,
- "vaccineCategory": null,
- "vaccineList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AdditionalQoL/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AdditionalQoL": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "viewFamily": 0,
- "contactProfessionals": 0,
- "contributeActivities": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BloodPressure/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BloodPressure": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "diastolicValue": 0,
- "systolicValue": 0,
- "diastolicValueUnit": "mmHg",
- "systolicValueUnit": "mmHg"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/LysholmTegner/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "Lysholm": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "limp": 0,
- "caneOrCrutches": 0,
- "lockingSensation": 0,
- "givingWaySensation": 0,
- "pain": 0,
- "swelling": 0,
- "climbingStairs": 0,
- "squatting": 0,
- "lysholm": 0
}
], - "Tegner": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "activityLevelBefore": 0,
- "activityLevelCurrent": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PulseOximetry/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PulseOximetry": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Questionnaire/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/WaistToHeight/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "WaistToHeight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "height": 0,
- "waist": null,
- "value": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/MedicationsV2/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{ }
URL: /api/extensions/v1/user/{user_id}/module-result/Breathlessness/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/KneeHealthIKDC/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "IKDC": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "symptoms": null,
- "sportsActivity": null,
- "kneeFunction": null,
- "value": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/InfantFollowUp/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "InfantFollowUp": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isCovPregLiveBirth": true,
- "isMoreThan1ChildCovVac": null,
- "countCovPreg": null,
- "children": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/MedicalHistory/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "MedicalHistory": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "cancerType": null,
- "medicalDiagnosis": [
- "CHRONIC_RESPIRATORY"
], - "medicalConditions": null,
- "takingImmunoSuppressants": 0,
- "immunoSuppressantMedicationList": null,
- "isCovidInfectedInPast": true,
- "covidInfectedDate": null,
- "isCovidToldByDoctor": true,
- "covidToldByDoctorDate": null,
- "takenCovidTest": 0,
- "covidTestResult": "NONE_POSITIVE",
- "covidTestDate": null,
- "covidTestMethod": "NOSE_THROAT_SWAB",
- "covidTestOther": null,
- "covidSymptoms": null,
- "otherCovidSymptoms": null,
- "covidSymptomAction": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}, - "hadCovidSymptoms": null,
- "hadOtherCovidSymptoms": null,
- "isDiagnosedWithCancer": true
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordHipScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "OxfordHipScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "hipAffected": 0,
- "hipsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "socks": 0,
- "shopping": 0,
- "walking": 0,
- "stairs": 0,
- "standing": 0,
- "limping": 0,
- "shooting": 0,
- "interference": 0,
- "bed": 0,
- "score": 0,
- "hipAffected": 0
}
], - "rightHipScore": null,
- "leftHipScore": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SpatialSpaniOS/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "SpatialSpaniOS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SurgeryDetails/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BodyMeasurement/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "BodyMeasurement": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordKneeScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "OxfordKneeScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "legAffected": 0,
- "legsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "walk": 0,
- "meal": 0,
- "limping": 0,
- "kneelDown": 0,
- "bed": 0,
- "usualWork": 0,
- "letYouDown": 0,
- "shopping": 0,
- "stairs": 0,
- "score": 0,
- "legAffected": 0
}
], - "rightKneeScore": null,
- "leftKneeScore": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PostVaccination/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PostVaccination": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "secondCOVIDVaccinationDose": "2019-08-24",
- "isSecondDoseAZ": true,
- "secondDoseBrand": "MODERNA",
- "batchNumberVaccine": null,
- "isBatchNumberValid": null,
- "isSamePlaceVaccine2As1": true,
- "vaccinationPlace": "PRIMARY_HEALTH_PROVIDER",
- "vaccinationPlaceOther": null,
- "vaccinationPlaceLocation": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PregnancyStatus/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PregnancyStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "menstrualPeriod": true,
- "lastMenstrualPeriodDate": null,
- "pregnancyStatus": "YES",
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "hasMedicalFertilityProcedure": null,
- "medicalFertilityProcedureAnswer": null,
- "hasOtherMedicalFertilityProcedure": null,
- "otherMedicalFertilityProcedureAnswer": null,
- "pregnantBefore": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLiveBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyElectiveTermination": null,
- "hasMedicalProfessionalVisit": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswer": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasOtherScreeningProblem": null,
- "otherScreeningProblem": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PregnancyUpdate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PregnancyUpdate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasMenstrualPeriod": true,
- "lastMenstrualPeriodDateDay1": null,
- "becamePregnant": null,
- "isPregnancyCurrent": null,
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "pastPregnancyMoreThan1": "YES",
- "pastBabyCount": null,
- "pregnancyResult": null,
- "hasOtherPregnancyOutcome": null,
- "otherPregnancyResult": null,
- "pastPregnancyWeeks": null,
- "hasPastPregnancy": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLifeBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyElectiveTermination": null,
- "hasVisitMedicalProfessional": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswers": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasScreeningProblem": null,
- "screeningProblemText": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/RespiratoryRate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "RespiratoryRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "rpm",
- "originalValue": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/SelfRatedHealth/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Covid19RiskScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Covid19RiskScoreCoreQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bloodType": "O_POSITIVE",
- "preExistingConditions": [
- "CURRENT_CANCER"
], - "currentSymptoms": [
- "DIFFICULT_BREATHING"
], - "score": null,
- "status": "LOW"
}
], - "Weight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
], - "SmokeQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "smokeStatus": "YES_AND_I_STILL_DO",
- "smokerType": "REGULAR_SMOKER",
- "smokingPeriod": "LESS_THAN_A_YEAR",
- "numberOfCigarettesPerDay": null,
- "numberOfCigarettesPerMonth": null,
- "vapeStatus": "YES_AND_I_STILL_DO",
- "vapePeriodic": "RARELY"
}
], - "Temperature": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
], - "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
], - "RestingBreathingRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "OxygenSaturation": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
], - "Covid19RiskScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "status": "LOW"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxygenSaturation/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "OxygenSaturation": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/RestingHeartRate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/VoiceAssessments/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Dysphonia": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "aaahhhInitialRecordingID": "string",
- "aaahhhFatiguedRecordingID": "string"
}
], - "Dysarthria": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "buttercupInitialRecordingID": "string",
- "buttercupFatiguedRecordingID": "string"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AwarenessTraining/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AwarenessTraining": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "certificateNumber": null,
- "totalHealthScore": null,
- "status": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/FeverAndPainDrugs/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "FeverAndPainDrugs": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasAntiFeverPainDrugs": true,
- "medStartedBeforeAfter": "BEFORE",
- "daysBeforeVacMedication": null,
- "daysAfterVacMedication": null,
- "isUnderMedication": null,
- "daysCountMedication": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HighFrequencyStep/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "HighFrequencyStep": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "stepsObject": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/MedicationTracker/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PregnancyFollowUp/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PregnancyFollowUp": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "pregnantMedications": true,
- "prescriptionMedications": null,
- "overCounterPregnantMedications": true,
- "overCounterMedications": null,
- "babyCount": 0,
- "currentBabyCount": null,
- "babyInfo": [
- {
- "pregnancyForBaby": 0,
- "dateDelivery": null,
- "pregnancyDuration": null,
- "specifiedOutcome": null,
- "babyGender": "FEMALE",
- "methodDelivery": "VAGINAL",
- "isBreastfeedingBaby": null,
- "isCurrentlyBreastfeedingBaby": null,
- "breastfeedLongTerm": null,
- "isBabyNoLiquid": null,
- "isBabyIssues": "YES",
- "specifiedIssues": null
}
], - "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AsthmaControlTest/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AsthmaControlTest": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PROMISGlobalHealth/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PROMISGlobalHealth": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "global01": 1,
- "global02": 1,
- "global03": 1,
- "global04": 1,
- "global05": 1,
- "global06": 1,
- "global07rc": 0,
- "global08r": 1,
- "global09r": 1,
- "global10r": 1,
- "mentalHealthValue": null,
- "mentalHealthResult": null,
- "physicalHealthValue": null,
- "physicalHealthResult": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/VaccinationDetails/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "VaccinationDetails": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "vaccinatedPlace": 0,
- "vaccinationLocation": null,
- "vaccinationCity": "string",
- "batchNumber": "string",
- "isBatchNumberValid": null,
- "isSecondDoseVacc": 0,
- "secondVacScheduleDate": null,
- "isSeasonFluVac": true,
- "seasonFluVacDate": null,
- "isOtherSpecifiedVacc": true,
- "otherSpecifiedVacc": null,
- "otherVaccCategory": null,
- "isAllergicReactionVacc": 0,
- "allergicReactionVacc": null,
- "allergicReaction": null,
- "metadata": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BreastFeedingStatus/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BreastFeedingStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingCurrently": true,
- "numberOfWeeksAtChildBirth": null,
- "hadComplicationsAtBirth": null,
- "complicationList": null,
- "hasHighRiskConditions": null,
- "highRiskConditions": null,
- "familyHistoryOfDefects": "YES",
- "familyHistoryOfDefectsList": null,
- "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BreastFeedingUpdate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BreastFeedingUpdate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingNow": true,
- "stopDate": null,
- "newOrWorseSymptoms": [
- "CONSULT_DOCTOR"
], - "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/Covid19DailyCheckIn/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Covid19DailyCheckIn": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "contactType": "I_LIVE_WITH_SUCH_PERSON"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/OxfordShoulderScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "OxfordShoulderScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "shoulderAffected": 0,
- "shouldersData": [
- {
- "score": 0,
- "shoulderAffected": 0,
- "shoulderQuestions": {
- "worstPain": 0,
- "dressing": 0,
- "transport": 0,
- "knifeFork": 0,
- "shopping": 0,
- "foodTray": 0,
- "combHair": 0,
- "usualPain": 0,
- "hangCloth": 0,
- "washDry": 0,
- "workPain": 0,
- "nightPain": 0
}
}
], - "rightShoulderScore": null,
- "leftShoulderScore": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/RestingBreathingRate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "RestingBreathingRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/PerceivedStressScale/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "PerceivedStressScale": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/BackgroundInformation/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "BackgroundInformation": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "age": 0,
- "sexAtBirth": 0,
- "genderIdentity": 0,
- "genderOther": null,
- "residenceCountry": "string",
- "birthCountry": "string",
- "weight": 0,
- "height": 0,
- "employment": 0,
- "otherEmployment": null,
- "isHealthcareWorker": null,
- "smokingStatus": 0,
- "smokingStopped": "YEAR_OR_LESS",
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/DiabetesDistressScore/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "DiabetesDistressScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalDDS": 0,
- "emotionalBurden": null,
- "physicianDistress": null,
- "regimenDistress": null,
- "interpersonalDistress": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/GeneralAnxietyDisorder/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/HighFrequencyHeartRate/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "HighFrequencyHeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null,
- "multipleValues": null,
- "dataType": "MULTIPLE_VALUE"
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AZGroupKeyActionTrigger/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AZGroupKeyActionTrigger": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "firstVaccineDate": "2019-08-24",
- "groupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AZScreeningQuestionnaire/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AZScreeningQuestionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasReceivedCOVIDVacInPast4Weeks": true,
- "isAZVaccineFirstDose": true,
- "is18YearsOldDuringVaccination": true,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/AZFurtherPregnancyKeyActionTrigger/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
moduleConfigId | string or null Default: null |
excludedFields | Array of strings or null Default: null |
normalQuestionnaires | boolean or null Default: null |
excludeModuleIds | Array of strings or null Default: null |
unseenOnly | boolean or null Default: null |
average | boolean or null Default: null |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "moduleConfigId": null,
- "excludedFields": null,
- "normalQuestionnaires": null,
- "excludeModuleIds": null,
- "unseenOnly": null,
- "average": null
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "AZFurtherPregnancyKeyActionTrigger": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "currentGroupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
URL: /api/extensions/v1/user/{user_id}/module-result/search
path Parameters
user_id required | string |
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer Default: 10000 |
direction | string or null Default: null Enum: "ASC" "DESC" null |
fromDateTime | string or null <date-time> Default: null |
toDateTime | string or null <date-time> Default: null |
object or null Default: null | |
status | string or null Default: null |
useCreateDateTime | boolean Default: false |
modules required | Array of strings |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": 10000,
- "direction": "ASC",
- "fromDateTime": null,
- "toDateTime": null,
- "filters": null,
- "status": null,
- "useCreateDateTime": false,
- "modules": [
- "string"
]
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "Tegner": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "activityLevelBefore": 0,
- "activityLevelCurrent": 0
}
], - "FitbitHRV": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "rmssd": null,
- "coverage": null,
- "hf": null,
- "lf": null
}
], - "Sleep": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "awake": null,
- "awakeCount": null,
- "sleep": null,
- "outOfBed": null,
- "lightSleep": null,
- "deepSleep": null,
- "remSleep": null,
- "duration": 0,
- "summary": [
- {
- "dateTime": null,
- "seconds": null
}
], - "dateOfSleep": "string",
- "uwake": 0
}
], - "ODI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "AZFurtherPregnancyKeyActionTrigger": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "currentGroupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "NDI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "PROMISGlobalHealth": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "global01": 1,
- "global02": 1,
- "global03": 1,
- "global04": 1,
- "global05": 1,
- "global06": 1,
- "global07rc": 0,
- "global08r": 1,
- "global09r": 1,
- "global10r": 1,
- "mentalHealthValue": null,
- "mentalHealthResult": null,
- "physicalHealthValue": null,
- "physicalHealthResult": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "OxfordKneeScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "legAffected": 0,
- "legsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "walk": 0,
- "meal": 0,
- "limping": 0,
- "kneelDown": 0,
- "bed": 0,
- "usualWork": 0,
- "letYouDown": 0,
- "shopping": 0,
- "stairs": 0,
- "score": 0,
- "legAffected": 0
}
], - "rightKneeScore": null,
- "leftKneeScore": null
}
], - "MG_ADL": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "ocularDysfunction": 0,
- "respiratoryDysfunction": 0,
- "extremityDysfunction": 0,
- "oropharyngealDysfunction": 0
}
], - "SF36": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalFunctioningScore": null,
- "limitationsPhysicalHealthScore": null,
- "limitationsEmotionalProblemsScore": null,
- "energyFatigueScore": null,
- "emotionalWellBeingScore": null,
- "socialFunctioningScore": null,
- "painScore": null,
- "generalHealthScore": null
}
], - "FeverAndPainDrugs": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasAntiFeverPainDrugs": true,
- "medStartedBeforeAfter": "BEFORE",
- "daysBeforeVacMedication": null,
- "daysAfterVacMedication": null,
- "isUnderMedication": null,
- "daysCountMedication": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "NORFOLK": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalQolScore": 0,
- "physicalFunctionLargeFiber": 0,
- "activitiesOfDailyLiving": 0,
- "symptoms": 0,
- "smallFiber": 0,
- "automic": 0
}
], - "Dysarthria": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "buttercupInitialRecordingID": "string",
- "buttercupFatiguedRecordingID": "string"
}
], - "HealthStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "newOrWorseSymptoms": 0,
- "healthProblemsOrDisabilityList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "AZScreeningQuestionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasReceivedCOVIDVacInPast4Weeks": true,
- "isAZVaccineFirstDose": true,
- "is18YearsOldDuringVaccination": true,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "VaccinationDetails": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "vaccinatedPlace": 0,
- "vaccinationLocation": null,
- "vaccinationCity": "string",
- "batchNumber": "string",
- "isBatchNumberValid": null,
- "isSecondDoseVacc": 0,
- "secondVacScheduleDate": null,
- "isSeasonFluVac": true,
- "seasonFluVacDate": null,
- "isOtherSpecifiedVacc": true,
- "otherSpecifiedVacc": null,
- "otherVaccCategory": null,
- "isAllergicReactionVacc": 0,
- "allergicReactionVacc": null,
- "allergicReaction": null,
- "metadata": null
}
], - "Symptom": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "complexValues": null,
- "followUpQuestionIds": null
}
], - "MedicalHistory": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "cancerType": null,
- "medicalDiagnosis": [
- "CHRONIC_RESPIRATORY"
], - "medicalConditions": null,
- "takingImmunoSuppressants": 0,
- "immunoSuppressantMedicationList": null,
- "isCovidInfectedInPast": true,
- "covidInfectedDate": null,
- "isCovidToldByDoctor": true,
- "covidToldByDoctorDate": null,
- "takenCovidTest": 0,
- "covidTestResult": "NONE_POSITIVE",
- "covidTestDate": null,
- "covidTestMethod": "NOSE_THROAT_SWAB",
- "covidTestOther": null,
- "covidSymptoms": null,
- "otherCovidSymptoms": null,
- "covidSymptomAction": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}, - "hadCovidSymptoms": null,
- "hadOtherCovidSymptoms": null,
- "isDiagnosedWithCancer": true
}
], - "AlcoholConsumption": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "drinkAlcohol": true,
- "sections": [
- {
- "alcoholType": "BEER_LAGGER_OR_SIDER",
- "bottleCount": 0,
- "canCount": 0,
- "pintCount": 0,
- "litreCount": 0,
- "largeGlassCount": 0,
- "standardGlassCount": 0,
- "smallGlassCount": 0,
- "smallShotCount": 0,
- "largeShotCount": 0,
- "glassCount": 0,
- "doubleCount": 0,
- "largeDoubleCount": 0,
- "singleCount": 0,
- "largeSingleCount": 0,
- "alcoholAverageStrength": "LIGHT",
- "period": "day"
}
]
}
], - "WHQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "PregnancyStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "menstrualPeriod": true,
- "lastMenstrualPeriodDate": null,
- "pregnancyStatus": "YES",
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "hasMedicalFertilityProcedure": null,
- "medicalFertilityProcedureAnswer": null,
- "hasOtherMedicalFertilityProcedure": null,
- "otherMedicalFertilityProcedureAnswer": null,
- "pregnantBefore": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLiveBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyElectiveTermination": null,
- "hasMedicalProfessionalVisit": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswer": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasOtherScreeningProblem": null,
- "otherScreeningProblem": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "InfantFollowUp": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isCovPregLiveBirth": true,
- "isMoreThan1ChildCovVac": null,
- "countCovPreg": null,
- "children": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "NumericMemory": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "EQ5D5L": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "indexValue": null,
- "healthState": null,
- "mobility": null,
- "selfCare": null,
- "usualActivities": null,
- "pain": null,
- "anxiety": null,
- "eqVas": null
}
], - "PeakFlow": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valuePercent": null,
- "valueUnit": "L/min"
}
], - "AsthmaControlTest": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "BodyComposition": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bmiDevice": null,
- "restingMetabolism": null,
- "visceralFatLevel": null,
- "visceralFatLevelClassification": null,
- "bodyFatLevel": null,
- "bodyFatPercentage": null,
- "skeletalMuscleLevel": null,
- "skeletalMuscleLevelPercentage": null
}
], - "Lysholm": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "limp": 0,
- "caneOrCrutches": 0,
- "lockingSensation": 0,
- "givingWaySensation": 0,
- "pain": 0,
- "swelling": 0,
- "climbingStairs": 0,
- "squatting": 0,
- "lysholm": 0
}
], - "SensorCapture": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "sanityCheck": null,
- "sanityCheckMessage": null,
- "measurementLocation": "LEFT_FRONT_TROUSERS_POCKET",
- "sensorDataTypes": null,
- "value": null
}
], - "KCCQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalLimitation": 0,
- "symptomStability": 0,
- "symptomFrequency": 0,
- "symptomBurden": 0,
- "totalSymptomScore": 0,
- "selfEfficacy": 0,
- "qualityOfLife": 0,
- "socialLimitation": 0,
- "overallSummaryScore": 0,
- "clinicalSummaryScore": 0
}
], - "ECGHealthKit": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1,
- "ecgReading": {
- "averageHeartRate": 0,
- "dataPoints": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}, - "generatedPDF": null
}
], - "OxfordShoulderScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "shoulderAffected": 0,
- "shouldersData": [
- {
- "score": 0,
- "shoulderAffected": 0,
- "shoulderQuestions": {
- "worstPain": 0,
- "dressing": 0,
- "transport": 0,
- "knifeFork": 0,
- "shopping": 0,
- "foodTray": 0,
- "combHair": 0,
- "usualPain": 0,
- "hangCloth": 0,
- "washDry": 0,
- "workPain": 0,
- "nightPain": 0
}
}
], - "rightShoulderScore": null,
- "leftShoulderScore": null
}
], - "AdditionalQoL": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "viewFamily": 0,
- "contactProfessionals": 0,
- "contributeActivities": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "KOOS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "adlScore": 0,
- "qualityOfLifeScore": 0,
- "painScore": 0,
- "symptomsScore": 0,
- "sportRecreationScore": 0
}
], - "RestingBreathingRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "SleepQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "sleepQualityScore": 1,
- "tiredScore": "LESS_THAN_NORMAL",
- "hoursSleep": 0,
- "minutesSleep": 0
}
], - "Dysphonia": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "countingRecordingID": "string",
- "initialProbability": null,
- "fatiguedProbability": null,
- "probability": null,
- "confidence": null,
- "aaahhhInitialRecordingID": "string",
- "aaahhhFatiguedRecordingID": "string"
}
], - "Covid19DailyCheckIn": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "contactType": "I_LIVE_WITH_SUCH_PERSON"
}
], - "PerceivedStressScale": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "WOMAC": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "symptomsScore": 0,
- "adlScore": 0,
- "totalScore": 0
}
], - "RevereTest": [
- {
- "id": null,
- "userId": null,
- "startDateTime": null,
- "endDateTime": null,
- "results": null,
- "status": "STARTED",
- "moduleId": "string",
- "deploymentId": "string"
}
], - "BloodGlucose": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "mmol/L",
- "originalValue": null,
- "originalUnit": null
}
], - "RespiratoryRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "rpm",
- "originalValue": null
}
], - "IKDC": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "symptoms": null,
- "sportsActivity": null,
- "kneeFunction": null,
- "value": null
}
], - "DashScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "quickDashQuestions": {
- "jar": 0,
- "chores": 0,
- "shopping": 0,
- "washBack": 0,
- "knife": 0,
- "recreation": 0,
- "socialActivity": 0,
- "regularActivity": 0,
- "handPain": 0,
- "tingling": 0,
- "nightPain": 0
}, - "workQuestions": null,
- "sportArtQuestions": null,
- "doWork": null,
- "doSportArt": null,
- "workName": null,
- "sportArtName": null,
- "quickDashScore": null,
- "workScore": null,
- "sportArtScore": null
}
], - "OxfordHipScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "hipAffected": 0,
- "hipsData": [
- {
- "pain": 0,
- "washing": 0,
- "transport": 0,
- "socks": 0,
- "shopping": 0,
- "walking": 0,
- "stairs": 0,
- "standing": 0,
- "limping": 0,
- "shooting": 0,
- "interference": 0,
- "bed": 0,
- "score": 0,
- "hipAffected": 0
}
], - "rightHipScore": null,
- "leftHipScore": null
}
], - "Covid19RiskScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": null,
- "status": "LOW"
}
], - "ReactionTime": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "BreastFeedingStatus": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingCurrently": true,
- "numberOfWeeksAtChildBirth": null,
- "hadComplicationsAtBirth": null,
- "complicationList": null,
- "hasHighRiskConditions": null,
- "highRiskConditions": null,
- "familyHistoryOfDefects": "YES",
- "familyHistoryOfDefectsList": null,
- "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "VR_12": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "physicalScore": 0,
- "mentalScore": 0
}
], - "OARS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "painScore": 0,
- "sleepScore": 0,
- "nauseaScore": 0,
- "mobilityScore": 0,
- "oarsScore": 0
}
], - "OxygenSaturation": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "%",
- "originalValue": null,
- "oxygenSupplement": null
}
], - "Step": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "weeklyTotal": null,
- "multipleValues": null,
- "rawDataObject": null,
- "dataType": "MULTIPLE_VALUE"
}
], - "PregnancyUpdate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasMenstrualPeriod": true,
- "lastMenstrualPeriodDateDay1": null,
- "becamePregnant": null,
- "isPregnancyCurrent": null,
- "isExpectedDueDateAvailable": null,
- "expectedDueDate": null,
- "pregnancyMoreThan1": "YES",
- "babyCount": null,
- "pastPregnancyMoreThan1": "YES",
- "pastBabyCount": null,
- "pregnancyResult": null,
- "hasOtherPregnancyOutcome": null,
- "otherPregnancyResult": null,
- "pastPregnancyWeeks": null,
- "hasPastPregnancy": "YES",
- "pregnancyTimes": null,
- "pastPregnancyLifeBirth": null,
- "pastPregnancyStillBorn": null,
- "pastPregnancyEctopic": null,
- "pastPregnancyMiscarriage": null,
- "pastPregnancyElectiveTermination": null,
- "hasVisitMedicalProfessional": null,
- "highRiskCondition": "YES",
- "highRiskConditionAnswers": null,
- "familyHistoryDefects": "YES",
- "familyHistoryDefectsAnswers": null,
- "hasPrenatalScreening": null,
- "prenatalScreeningAnswers": null,
- "hasOtherPrenatalScreening": null,
- "otherPrenatalScreening": null,
- "hasScreeningProblem": null,
- "screeningProblemText": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "SmokeQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "smokeStatus": "YES_AND_I_STILL_DO",
- "smokerType": "REGULAR_SMOKER",
- "smokingPeriod": "LESS_THAN_A_YEAR",
- "numberOfCigarettesPerDay": null,
- "numberOfCigarettesPerMonth": null,
- "vapeStatus": "YES_AND_I_STILL_DO",
- "vapePeriodic": "RARELY"
}
], - "ArmFatigue": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "arm": "LEFT",
- "angle": null,
- "classification": null,
- "output": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "time": null
}
], - "AwarenessTraining": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "certificateNumber": null,
- "totalHealthScore": null,
- "status": null
}
], - "AirQualityIndex": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "latitude": 0,
- "longitude": 0
}
], - "BMI": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg/m2",
- "originalValue": null,
- "originalUnit": null
}
], - "PregnancyFollowUp": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "pregnantMedications": true,
- "prescriptionMedications": null,
- "overCounterPregnantMedications": true,
- "overCounterMedications": null,
- "babyCount": 0,
- "currentBabyCount": null,
- "babyInfo": [
- {
- "pregnancyForBaby": 0,
- "dateDelivery": null,
- "pregnancyDuration": null,
- "specifiedOutcome": null,
- "babyGender": "FEMALE",
- "methodDelivery": "VAGINAL",
- "isBreastfeedingBaby": null,
- "isCurrentlyBreastfeedingBaby": null,
- "breastfeedLongTerm": null,
- "isBabyNoLiquid": null,
- "isBabyIssues": "YES",
- "specifiedIssues": null
}
], - "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "Weight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "kg",
- "originalValue": null,
- "originalUnit": null
}
], - "OACS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "oacsScore": 0
}
], - "HScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "topValue": 0,
- "bottomValue": 0,
- "status": "HIGH",
- "keyAreasItems": null
}
], - "ECGAliveCor": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "kardiaEcgRecordId": "string"
}
], - "Temperature": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "oC",
- "originalValue": null,
- "originalUnit": null
}
], - "DiabetesDistressScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "totalDDS": 0,
- "emotionalBurden": null,
- "physicianDistress": null,
- "regimenDistress": null,
- "interpersonalDistress": null
}
], - "Covid19RiskScoreCoreQuestions": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "bloodType": "O_POSITIVE",
- "preExistingConditions": [
- "CURRENT_CANCER"
], - "currentSymptoms": [
- "DIFFICULT_BREATHING"
], - "score": null,
- "status": "LOW"
}
], - "SpatialSpaniOS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "PostVaccination": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "secondCOVIDVaccinationDose": "2019-08-24",
- "isSecondDoseAZ": true,
- "secondDoseBrand": "MODERNA",
- "batchNumberVaccine": null,
- "isBatchNumberValid": null,
- "isSamePlaceVaccine2As1": true,
- "vaccinationPlace": "PRIMARY_HEALTH_PROVIDER",
- "vaccinationPlaceOther": null,
- "vaccinationPlaceLocation": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "BodyMeasurement": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "visceralFat": null,
- "totalBodyFat": null,
- "waistCircumference": null,
- "waistCircumferenceUnit": "cm",
- "hipCircumference": null,
- "hipCircumferenceUnit": "cm",
- "waistToHipRatio": null
}
], - "CVDRiskScore": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "age": 0,
- "sex": "FEMALE",
- "alcoholIntake": "DAILY",
- "sleepDuration": 0,
- "smokingStatus": true,
- "walkingPace": "SLOW_PACE",
- "overallHealth": "EXCELLENT",
- "existingConditions": [
- "HIGH_BLOOD_PRESSURE"
], - "existingSymptoms": [
- "BREATHLESSNESS"
], - "currentMedications": [
- "CHOLESTEROL_LOWERING_MEDICATION"
], - "familyHeartDisease": [
- "FATHER"
], - "heartRate": 0,
- "waistCircumference": 0,
- "hipCircumference": 0,
- "waistToHipRatio": null,
- "riskFactors": null,
- "riskTrajectory": null,
- "originalValue": null,
- "roundedValue": null
}
], - "Ptosis": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "recording": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "severityLeft": null,
- "severityRight": null,
- "timeLeft": null,
- "timeRight": null,
- "isPrompted": false
}
], - "CAT": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "AHQ": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "BackgroundInformation": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "age": 0,
- "sexAtBirth": 0,
- "genderIdentity": 0,
- "genderOther": null,
- "residenceCountry": "string",
- "birthCountry": "string",
- "weight": 0,
- "height": 0,
- "employment": 0,
- "otherEmployment": null,
- "isHealthcareWorker": null,
- "smokingStatus": 0,
- "smokingStopped": "YEAR_OR_LESS",
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "HighFrequencyStep": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "stepsObject": {
- "bucket": "string",
- "key": "string",
- "region": null,
- "fbsVersion": 0
}
}
], - "BreastFeedingUpdate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "isBreastFeedingNow": true,
- "stopDate": null,
- "newOrWorseSymptoms": [
- "CONSULT_DOCTOR"
], - "numBreastFeedingBabies": 0,
- "breastFeedingBabyDetails": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "PulseOximetry": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0
}
], - "OtherVaccine": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "hasFluVaccine": true,
- "fluVaccineDate": null,
- "hasOtherVaccine": true,
- "vaccineCategory": null,
- "vaccineList": null,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
], - "HighFrequencyHeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null,
- "multipleValues": null,
- "dataType": "MULTIPLE_VALUE"
}
], - "Height": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "valueUnit": "cm"
}
], - "BloodPressure": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "diastolicValue": 0,
- "systolicValue": 0,
- "diastolicValueUnit": "mmHg",
- "systolicValueUnit": "mmHg"
}
], - "Photo": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "s3Object": {
- "bucket": "string",
- "key": "string",
- "region": null
}, - "s3Thumbnail": null,
- "note": null
}
], - "Questionnaire": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
], - "appResult": null,
- "isForManager": null,
- "questionnaireId": "string",
- "questionnaireName": "string",
- "value": null,
- "skipped": null,
- "updateDateTime": null,
- "signOffDateTime": null,
- "status": "SUBMITTED",
- "revision": null
}
], - "SRS": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "function": 0,
- "pain": 0,
- "selfImage": 0,
- "mentalHealth": 0,
- "satisfactionWithManagement": 0,
- "subTotal": 0,
- "total": 0,
- "value": 0
}
], - "SelfHealthRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 1
}
], - "Journal": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": "string"
}
], - "ECG": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "averageHeartRate": 0,
- "classification": 1,
- "leadType": 1,
- "pdf": null,
- "dataPoints": null
}
], - "HeartRate": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "value": 0,
- "heartRateType": "UNSPECIFIED",
- "classification": null,
- "variabilityAVNN": null,
- "variabilitySDNN": null,
- "variabilityRMSSD": null,
- "variabilityPNN50": null,
- "variabilityprcLF": null,
- "confidence": null,
- "goodIBI": null,
- "rawDataObject": null,
- "valueUnit": "bpm",
- "metadata": null
}
], - "WaistToHeight": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "height": 0,
- "waist": null,
- "value": null
}
], - "AZGroupKeyActionTrigger": [
- {
- "id": null,
- "userId": "string",
- "moduleId": "string",
- "moduleConfigId": null,
- "moduleResultId": null,
- "deploymentId": "string",
- "version": 0,
- "deviceName": "string",
- "isAggregated": false,
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": null,
- "createDateTime": "2019-08-24T14:15:22Z",
- "submitterId": null,
- "correlationStartDateTime": null,
- "client": null,
- "server": null,
- "ragThreshold": null,
- "flags": null,
- "eventLogId": null,
- "device": null,
- "source": null,
- "isAverage": null,
- "noteId": null,
- "feedback": null,
- "skipped": null,
- "firstVaccineDate": "2019-08-24",
- "groupCategory": 0,
- "metadata": {
- "answers": [
- {
- "id": "string",
- "answerText": null,
- "answersList": null,
- "filesList": null,
- "otherText": null,
- "value": null,
- "compositeAnswer": null,
- "answerScore": null,
- "questionId": null,
- "question": "string",
- "format": "NUMERIC",
- "choices": null,
- "selectedChoices": null,
- "otherSelectedChoices": null,
- "selectionCriteria": "MULTIPLE",
- "lowerBound": null,
- "upperBound": null,
- "lists": null,
- "units": null,
- "selectedUnit": null,
- "recalledText": null,
- "options": null
}
]
}
}
]
}
Outlines the workflow for user authentication within the system. It defines processes such as user sign-up, sign-in, password management, token generation, and access control.
URL: /api/auth/v1/check-auth-attributes
Responsible for verifying specific user attributes.
Request Body schema: application/json
authToken | string or null Default: null |
tokenType | any Default: 0 Enum: 0 1 2 |
string or null Default: null | |
phoneNumber | string or null Default: null |
clientId required | string |
projectId required | string |
Responses
Request samples
- Payload
Content type
application/json
{- "authToken": null,
- "tokenType": 0,
- "email": null,
- "phoneNumber": null,
- "clientId": "string",
- "projectId": "string"
}
Response samples
- 200
- 403
Content type
application/json
{- "phoneNumber": null,
- "email": null,
- "passwordSet": null,
- "emailVerified": null,
- "phoneNumberVerified": null,
- "eligibleForMFA": null,
- "mfaEnabled": null,
- "shortenedCode": null,
- "contactEmail": null,
- "ssoEnabled": null
}
URL: /api/extensions/v1/deployment
Request Body schema: application/json
termAndConditionUrl | string or null Default: null |
privacyPolicyUrl | string or null Default: null |
eulaUrl | string or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
Array of objects or null (Role) Default: null | |
object or null Default: null | |
id | string or null Default: null |
draftId | string or null Default: null |
name | string or null Default: null |
description | string or null Default: null |
status | string or null Default: null Enum: "DRAFT" "DEPLOYED" "ARCHIVED" null |
color | string or null Default: null |
object or null Default: null | |
iconFileId | string or null Default: null |
templateThumbnailFileId | string or null Default: null |
descriptionUrl | string or null Default: null |
isSaMD | boolean or null Default: null |
updateDateTime | string or null <date-time> Default: null |
createDateTime | string or null <date-time> Default: null |
Array of objects or null (ModuleConfig) Default: null | |
Array of objects or null (OnboardingModuleConfig) Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
Array of objects or null (KeyActionConfig) Default: null | |
keyActionsEnabled | boolean or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
contactUsURL | string or null Default: null |
version | integer Default: 0 |
object or null Default: null | |
language | string Default: "en" |
duration | string or null Default: null |
object or null Default: null | |
mfaRequired | boolean or null Default: null |
code | string or null Default: null |
enrollmentCounter | integer or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
country | string or null Default: null |
object or null Default: null | |
Array of objects or null (Label) Default: null | |
tags | Array of strings or null Default: null |
object or null Default: null | |
Array of objects or null (IntegrationDevice) Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
_localizableFields | Array of strings Default: ["builder","componentConfigs","consent","econsent","extraCustomFields","features","keyActions","learn","moduleConfigs","profile"] |
Responses
Request samples
- Payload
Content type
application/json
{- "termAndConditionUrl": null,
- "privacyPolicyUrl": null,
- "eulaUrl": null,
- "privacyPolicyObject": null,
- "termAndConditionObject": null,
- "eulaObject": null,
- "authorisedRep": null,
- "roles": null,
- "sso": null,
- "id": null,
- "draftId": null,
- "name": null,
- "description": null,
- "status": "DRAFT",
- "color": null,
- "icon": null,
- "iconFileId": null,
- "templateThumbnailFileId": null,
- "descriptionUrl": null,
- "isSaMD": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleConfigs": null,
- "onboardingConfigs": null,
- "learn": null,
- "consent": null,
- "econsent": null,
- "keyActions": null,
- "keyActionsEnabled": null,
- "profile": null,
- "features": null,
- "extraCustomFields": null,
- "surgeryDetails": null,
- "contactUsURL": null,
- "version": 0,
- "integration": null,
- "language": "en",
- "duration": null,
- "security": null,
- "mfaRequired": null,
- "code": null,
- "enrollmentCounter": null,
- "staticEventConfig": null,
- "stats": null,
- "localizations": null,
- "country": null,
- "dashboardConfiguration": null,
- "labels": null,
- "tags": null,
- "location": null,
- "integrationDevices": null,
- "componentConfigs": null,
- "defaultUnits": null,
- "builder": null,
- "_localizableFields": [
- "builder",
- "componentConfigs",
- "consent",
- "econsent",
- "extraCustomFields",
- "features",
- "keyActions",
- "learn",
- "moduleConfigs",
- "profile"
]
}
Response samples
- 201
- 403
Content type
application/json
{- "id": null
}
URL: /api/extensions/v1/deployment/full
Request Body schema: application/json
termAndConditionUrl | string or null Default: null |
privacyPolicyUrl | string or null Default: null |
eulaUrl | string or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
Array of objects or null (Role) Default: null | |
object or null Default: null | |
id | string or null Default: null |
draftId | string or null Default: null |
name | string or null Default: null |
description | string or null Default: null |
status | string or null Default: null Enum: "DRAFT" "DEPLOYED" "ARCHIVED" null |
color | string or null Default: null |
object or null Default: null | |
iconFileId | string or null Default: null |
templateThumbnailFileId | string or null Default: null |
descriptionUrl | string or null Default: null |
isSaMD | boolean or null Default: null |
updateDateTime | string or null <date-time> Default: null |
createDateTime | string or null <date-time> Default: null |
Array of objects or null (CreateModuleConfigRequestObject) Default: null | |
Array of objects or null (CreateFullOnboardingConfigRequestObject) Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
Array of objects or null (CreateFullKeyActionConfigRequestObject) Default: null | |
keyActionsEnabled | boolean or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
contactUsURL | string or null Default: null |
version | integer Default: 0 |
object or null Default: null | |
language | string Default: "en" |
duration | string or null Default: null |
object or null Default: null | |
mfaRequired | boolean or null Default: null |
code | string or null Default: null |
enrollmentCounter | integer or null Default: null |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
country | string or null Default: null |
object or null Default: null | |
Array of objects or null (Label) Default: null | |
tags | Array of strings or null Default: null |
object or null Default: null | |
Array of objects or null (IntegrationDevice) Default: null | |
object or null Default: null | |
object or null Default: null | |
object or null Default: null | |
_localizableFields | Array of strings Default: ["builder","componentConfigs","consent","econsent","extraCustomFields","features","keyActions","learn","moduleConfigs","profile"] |
Responses
Request samples
- Payload
Content type
application/json
{- "termAndConditionUrl": null,
- "privacyPolicyUrl": null,
- "eulaUrl": null,
- "privacyPolicyObject": null,
- "termAndConditionObject": null,
- "eulaObject": null,
- "authorisedRep": null,
- "roles": null,
- "sso": null,
- "id": null,
- "draftId": null,
- "name": null,
- "description": null,
- "status": "DRAFT",
- "color": null,
- "icon": null,
- "iconFileId": null,
- "templateThumbnailFileId": null,
- "descriptionUrl": null,
- "isSaMD": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleConfigs": null,
- "onboardingConfigs": null,
- "learn": null,
- "consent": null,
- "econsent": null,
- "keyActions": null,
- "keyActionsEnabled": null,
- "profile": null,
- "features": null,
- "extraCustomFields": null,
- "surgeryDetails": null,
- "contactUsURL": null,
- "version": 0,
- "integration": null,
- "language": "en",
- "duration": null,
- "security": null,
- "mfaRequired": null,
- "code": null,
- "enrollmentCounter": null,
- "staticEventConfig": null,
- "stats": null,
- "localizations": null,
- "country": null,
- "dashboardConfiguration": null,
- "labels": null,
- "tags": null,
- "location": null,
- "integrationDevices": null,
- "componentConfigs": null,
- "defaultUnits": null,
- "builder": null,
- "_localizableFields": [
- "builder",
- "componentConfigs",
- "consent",
- "econsent",
- "extraCustomFields",
- "features",
- "keyActions",
- "learn",
- "moduleConfigs",
- "profile"
]
}
Response samples
- 201
- 403
Content type
application/json
{- "id": null
}
URL: /api/extensions/v1/deployment/search
Request Body schema: application/json
skip | integer or null Default: null |
limit | integer or null Default: null |
searchCriteria | string or null Default: null |
search | string or null Default: null |
Array of objects or null (SortField) Default: null | |
status | Array of strings or null Default: null Enum: "DRAFT" "DEPLOYED" "ARCHIVED" |
Responses
Request samples
- Payload
Content type
application/json
{- "skip": null,
- "limit": null,
- "searchCriteria": null,
- "search": null,
- "sort": null,
- "status": null
}
Response samples
- 200
- 403
Content type
application/json
{- "items": null,
- "total": null,
- "limit": null,
- "skip": null
}
URL: /api/extensions/v1/deployment/{deployment_id}
path Parameters
deployment_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "termAndConditionUrl": null,
- "privacyPolicyUrl": null,
- "eulaUrl": null,
- "privacyPolicyObject": null,
- "termAndConditionObject": null,
- "eulaObject": null,
- "authorisedRep": null,
- "roles": null,
- "sso": null,
- "id": null,
- "draftId": null,
- "name": null,
- "description": null,
- "status": "DRAFT",
- "color": null,
- "icon": null,
- "iconFileId": null,
- "templateThumbnailFileId": null,
- "descriptionUrl": null,
- "isSaMD": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleConfigs": null,
- "onboardingConfigs": null,
- "learn": null,
- "consent": null,
- "econsent": null,
- "keyActions": null,
- "keyActionsEnabled": null,
- "profile": null,
- "features": null,
- "extraCustomFields": null,
- "surgeryDetails": null,
- "contactUsURL": null,
- "version": 0,
- "integration": null,
- "language": "en",
- "duration": null,
- "security": null,
- "mfaRequired": null,
- "code": null,
- "enrollmentCounter": null,
- "staticEventConfig": null,
- "stats": null,
- "localizations": null,
- "country": null,
- "dashboardConfiguration": null,
- "labels": null,
- "tags": null,
- "location": null,
- "integrationDevices": null,
- "componentConfigs": null,
- "defaultUnits": null,
- "builder": null,
- "_localizableFields": [
- "builder",
- "componentConfigs",
- "consent",
- "econsent",
- "extraCustomFields",
- "features",
- "keyActions",
- "learn",
- "moduleConfigs",
- "profile"
], - "originalId": null,
- "orgInfo": null
}
URL: /api/extensions/v1/deployment/{deployment_id}/consent
path Parameters
deployment_id required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "id": null,
- "enabled": "ENABLED",
- "review": null,
- "revision": null,
- "additionalConsentQuestions": null,
- "signature": null,
- "sections": null,
- "instituteName": null,
- "instituteFullName": null,
- "instituteTextDetails": null,
- "admissionText": null,
- "createDateTime": null,
- "_localizableFields": [
- "signature",
- "additionalConsentQuestions",
- "sections",
- "review",
- "admissionText"
]
}
URL: /api/extensions/v1/deployment/{deployment_id}/module-config
path Parameters
deployment_id required | string |
Request Body schema: application/json
id | string or null Default: null |
updateDateTime | string or null <date-time> Default: null |
createDateTime | string or null <date-time> Default: null |
moduleId required | string |
moduleName | string or null Default: null |
shortModuleName | string or null Default: null |
status | string or null Default: null Enum: "ENABLED" "DISABLED" null |
order | integer Default: 0 |
object or null Default: null | |
about | string or null Default: null |
object or null Default: null | |
object (ModuleSchedule) | |
Array of objects or null (RagThreshold) Default: null | |
learnArticleIds | Array of strings or null Default: null |
version | integer Default: 0 |
object or null Default: null | |
object or null Default: null | |
localizationPrefix | string or null Default: null |
object or null Default: null | |
goalEnabled | boolean or null Default: null |
object or null Default: null | |
Array of objects or null (FeedbackTexts) Default: null | |
_localizableFields | Array of strings Default: ["about","footnote","notificationData"] |
Responses
Request samples
- Payload
Content type
application/json
{- "id": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleId": "string",
- "moduleName": null,
- "shortModuleName": null,
- "status": "ENABLED",
- "order": 0,
- "configBody": null,
- "about": null,
- "footnote": null,
- "schedule": {
- "isoDuration": null,
- "timesPerDuration": null,
- "friendlyText": null,
- "timesOfDay": null,
- "timesOfReadings": null,
- "specificWeekDays": null
}, - "ragThresholds": null,
- "learnArticleIds": null,
- "version": 0,
- "staticEvent": null,
- "notificationData": null,
- "localizationPrefix": null,
- "goal": null,
- "goalEnabled": null,
- "feedback": null,
- "feedbackTexts": null,
- "_localizableFields": [
- "about",
- "footnote",
- "notificationData"
]
}
Response samples
- 201
- 403
- 404
Content type
application/json
{- "id": null
}
URL: /api/extensions/v1/deployment/{deployment_id}/module-config
path Parameters
deployment_id required | string |
Request Body schema: application/json
id | string or null Default: null |
updateDateTime | string or null <date-time> Default: null |
createDateTime | string or null <date-time> Default: null |
moduleId required | string |
moduleName | string or null Default: null |
shortModuleName | string or null Default: null |
status | string or null Default: null Enum: "ENABLED" "DISABLED" null |
order | integer Default: 0 |
object or null Default: null | |
about | string or null Default: null |
object or null Default: null | |
object (ModuleSchedule) | |
Array of objects or null (RagThreshold) Default: null | |
learnArticleIds | Array of strings or null Default: null |
version | integer Default: 0 |
object or null Default: null | |
object or null Default: null | |
localizationPrefix | string or null Default: null |
object or null Default: null | |
goalEnabled | boolean or null Default: null |
object or null Default: null | |
Array of objects or null (FeedbackTexts) Default: null | |
_localizableFields | Array of strings Default: ["about","footnote","notificationData"] |
Responses
Request samples
- Payload
Content type
application/json
{- "id": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleId": "string",
- "moduleName": null,
- "shortModuleName": null,
- "status": "ENABLED",
- "order": 0,
- "configBody": null,
- "about": null,
- "footnote": null,
- "schedule": {
- "isoDuration": null,
- "timesPerDuration": null,
- "friendlyText": null,
- "timesOfDay": null,
- "timesOfReadings": null,
- "specificWeekDays": null
}, - "ragThresholds": null,
- "learnArticleIds": null,
- "version": 0,
- "staticEvent": null,
- "notificationData": null,
- "localizationPrefix": null,
- "goal": null,
- "goalEnabled": null,
- "feedback": null,
- "feedbackTexts": null,
- "_localizableFields": [
- "about",
- "footnote",
- "notificationData"
]
}
Response samples
- 200
- 403
- 404
Content type
application/json
{- "id": null
}
URL: /api/extensions/v1/deployment/{deployment_id}/version/{version_number}
path Parameters
deployment_id required | string |
version_number required | string |
Responses
Response samples
- 200
- 404
Content type
application/json
{- "termAndConditionUrl": null,
- "privacyPolicyUrl": null,
- "eulaUrl": null,
- "privacyPolicyObject": null,
- "termAndConditionObject": null,
- "eulaObject": null,
- "authorisedRep": null,
- "roles": null,
- "sso": null,
- "id": null,
- "draftId": null,
- "name": null,
- "description": null,
- "status": "DRAFT",
- "color": null,
- "icon": null,
- "iconFileId": null,
- "templateThumbnailFileId": null,
- "descriptionUrl": null,
- "isSaMD": null,
- "updateDateTime": null,
- "createDateTime": null,
- "moduleConfigs": null,
- "onboardingConfigs": null,
- "learn": null,
- "consent": null,
- "econsent": null,
- "keyActions": null,
- "keyActionsEnabled": null,
- "profile": null,
- "features": null,
- "extraCustomFields": null,
- "surgeryDetails": null,
- "contactUsURL": null,
- "version": 0,
- "integration": null,
- "language": "en",
- "duration": null,
- "security": null,
- "mfaRequired": null,
- "code": null,
- "enrollmentCounter": null,
- "staticEventConfig": null,
- "stats": null,
- "localizations": null,
- "country": null,
- "dashboardConfiguration": null,
- "labels": null,
- "tags": null,
- "location": null,
- "integrationDevices": null,
- "componentConfigs": null,
- "defaultUnits": null,
- "builder": null,
- "_localizableFields": [
- "builder",
- "componentConfigs",
- "consent",
- "econsent",
- "extraCustomFields",
- "features",
- "keyActions",
- "learn",
- "moduleConfigs",
- "profile"
]
}
Authorization
Authorization type:
- Hawk