Health report
Fetches a health report by its ID
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
idnumberRequiredPattern:
[^\/#\?]+?Responses
200Success
application/json
get
/api/health-report/{id}200Success
Updates an existing health report
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
healthReportIdnumberRequiredPattern:
[^\/#\?]+?Body
reportTitlestringRequiredExample:
Title of the health report
Annual Health ReportexternalIdstringOptionalExample:
External identifier for the report
EXT12345sharedbooleanOptionalExample:
Indicates if the report is shared
truestartDateone ofOptionalExample:
Start date of the report period
2023-01-01T00:00:00.000Zstring · dateOptional
string · date-timeOptional
endDateone ofOptionalExample:
End date of the report period
2023-12-31T23:59:59.999Zstring · dateOptional
string · date-timeOptional
summarystringOptionalExample:
Summary of the health report
This is a summary of the health report.cloudIdstringOptionalExample:
Cloud identifier for the report
cloud-12345personIdintegerOptionalExample:
ID of the person the report is about
123healthReportObservationCodeanyOptional
Observation code for the health report
sortByanyOptionalDefault:
Sorting criteria for the report
{"field":"createdAt","order":"desc"}Example: {"field":"reportTitle","order":"asc"}pageNumberintegerOptionalDefault:
Page number for pagination
1Example: 1pageSizeintegerOptionalDefault:
Page size for pagination
10Example: 10Responses
200Success
application/json
patch
/api/health-report/{healthReportId}200Success
Was this helpful?