GET /result
Operation ID: fetchPatientHealthResults
Auth: unknown
Description
Get a list of patient health results.
Parameters (11)
(string, query, optional)
A comma-separated list of action identifiers
(string, query, optional)
The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by `..`. Example for results created in November 2017 (America/New_York): `filter[created_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00`
(string, query, optional)
Filter results that occurred before the passed ISO date and time string
(string, query, required)
Filter the patient health results for a specified patient
(string, query, optional)
Filter results that occurred after the passed ISO date and time string
(string, query, optional)
A comma-separated list of thread identifiers
(string, query, optional)
The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by `..`. Example for results updated in November 2017 (America/New_York): `filter[updated_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00`
(string, query, optional)
Page cursor
(integer, query, optional, default: 50)
Page limit
Constraints: {'minimum': 0}
(integer, query, optional, default: 1)
Page number
(integer, query, optional, default: 10)
Page size
Constraints: {'minimum': 0, 'maximum': 50}
No probe data for this endpoint yet.