Health report

Get health report by ID

get

Fetches a health report by its ID

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
get
/api/health-report/{id}
200Success

Update health report

patch

Updates an existing health report

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
healthReportIdnumberRequiredPattern: [^\/#\?]+?
Body
reportTitlestringRequired

Title of the health report

Example: Annual Health Report
externalIdstringOptional

External identifier for the report

Example: EXT12345
sharedbooleanOptional

Indicates if the report is shared

Example: true
startDateone ofOptional

Start date of the report period

Example: 2023-01-01T00:00:00.000Z
string · dateOptional
or
string · date-timeOptional
endDateone ofOptional

End date of the report period

Example: 2023-12-31T23:59:59.999Z
string · dateOptional
or
string · date-timeOptional
summarystringOptional

Summary of the health report

Example: This is a summary of the health report.
cloudIdstringOptional

Cloud identifier for the report

Example: cloud-12345
personIdintegerOptional

ID of the person the report is about

Example: 123
healthReportObservationCodeanyOptional

Observation code for the health report

sortByanyOptional

Sorting criteria for the report

Default: {"field":"createdAt","order":"desc"}Example: {"field":"reportTitle","order":"asc"}
pageNumberintegerOptional

Page number for pagination

Default: 1Example: 1
pageSizeintegerOptional

Page size for pagination

Default: 10Example: 10
Responses
patch
/api/health-report/{healthReportId}
200Success

Was this helpful?