Care tasks activity logs

Create care task activity log

post
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
Body
idanyRequired

Unique identifier for the activity log

Example: 12345
careTaskIdanyRequired

ID of the associated care task

Example: 1
careTaskPatientIdanyRequired

ID of the care task patient

Example: 100
activityDateTimeanyRequired

Date and time of the activity

Default: 2026-02-06T10:48:23.644ZExample: 2023-05-01T12:00:00Z
descriptionanyRequired

Description of the activity

Example: Patient completed exercise routine
userActionanyRequired

User action for the activity

Example: COMPLETED
attributesanyRequired

Additional attributes for the activity log

Default: {}Example: {"key":"value"}
financialEntryIdanyRequired

ID of the financial entry

Example: 100
valueanyRequired

Value associated with the activity

Example: 1
unitanyRequired

Unit associated with the activity

Example: STEPS
Responses
chevron-right
200Success
application/json
post
/api/patients/{patientId}/care-tasks-activity-logs

Update care task activity log

put
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
activityIdstringRequiredPattern: [^\/#\?]+?
Body
idanyRequired

Unique identifier for the activity log

Example: 12345
careTaskIdanyRequired

ID of the associated care task

Example: 1
careTaskPatientIdanyRequired

ID of the care task patient

Example: 100
activityDateTimeanyRequired

Date and time of the activity

Default: 2026-02-06T10:48:23.644ZExample: 2023-05-01T12:00:00Z
descriptionanyRequired

Description of the activity

Example: Patient completed exercise routine
userActionanyRequired

User action for the activity

Example: COMPLETED
attributesanyRequired

Additional attributes for the activity log

Default: {}Example: {"key":"value"}
financialEntryIdanyRequired

ID of the financial entry

Example: 100
valueanyRequired

Value associated with the activity

Example: 1
unitanyRequired

Unit associated with the activity

Example: STEPS
Responses
chevron-right
200Success
application/json
put
/api/patients/{patientId}/care-tasks-activity-logs/{activityId}

Delete care task activity log

delete
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
patientIdstringRequiredPattern: [^\/#\?]+?
activityIdstringRequiredPattern: [^\/#\?]+?
Responses
chevron-right
200Success
application/json
delete
/api/patients/{patientId}/care-tasks-activity-logs/{activityId}

Was this helpful?