CareTend API Release Notes - 5/4/2026 - 5/15/2026

Issue NumberJira NumberRelease NoteCollectionAPI VersionAvailability
N/AHCSI-3254Added a new V4 POST /v4/userdefinedfields/template endpoint that allows external systems to create user defined field templates in CareTend programmatically. On success, CareTend creates the template and returns the new ContainerGroupId, enabling external systems to define custom field groupings without manual setup in CareTend Desktop.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
N/AHCSI-3255Added a new V4 PATCH /v4/userdefinedfields/template endpoint that allows external systems to update existing user defined field templates in CareTend, including their groups and fields. On success, CareTend applies the changes and returns confirmation, keeping external system configurations in sync without requiring manual updates in CareTend Desktop.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
N/AHCSI-3256Added a new V4 DELETE /v4/userdefinedfields/template/fields/{fieldId} endpoint that allows external systems to soft-delete a user defined field from a template in CareTend. The soft delete preserves audit history while removing the field from view in CareTend Desktop, and on success CareTend returns confirmation that the field has been decommissioned.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
N/AHCSI-3257Added a new V4 DELETE /v4/userdefinedfields/template/groups/{groupId} endpoint that allows external systems to remove a container group from a user defined field template in CareTend. Any fields in the deleted group are automatically reassigned to the system's unassigned group rather than being removed, and on success CareTend returns confirmation of the group removal.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
WSI-62792HCSI-4628Enhanced the V4 POST /v4/userdefinedfields/patients/search endpoint to support filtering by fieldName or fieldId, returning only the requested user defined fields for a patient rather than the full set. On success, CareTend returns only the matching fields, enabling external systems to retrieve targeted custom attribute data more efficiently.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
WSI-76987HCSI-5527Resolved an issue where the V4 POST /v4/deliverytickets/items endpoint returned a primary key constraint violation error when creating items for inventory items linked to a supplier record. On success, CareTend correctly creates the delivery ticket item without errors, enabling external systems to reliably add line items to delivery tickets.Delivery TicketsV4
Staging: 5/20/2026
Production: 5/20/2026
WSI-76993HCSI-5528Resolved an issue where the V4 PATCH /v4/userdefinedfields/patients endpoint returned an internal server error when a container entry included a null name field alongside valid user defined fields. On success, CareTend updates the specified field values and returns the updated records, enabling external systems to reliably write custom attribute data to patient records.User Defined FieldsV4
Staging: 5/20/2026
Production: 5/20/2026
N/AHCSI-5533Enhanced the V4 POST /v4/inventory/items/search endpoint to include InventoryItemLocationId and InventoryItemLocationName in the response, providing the location context needed before working with inventory quantity adjustment endpoints. On success, CareTend returns the complete inventory item profile including location details in a single call.InventoryV4
Staging: 5/20/2026
Production: 5/20/2026