Skip to content

Get care plan by ID

Request

Retrieves a complete care plan including goals, assessments, documents, risk assessments, and review history.

Security
bearer
Path
idstringrequired

Unique identifier of the care plan

Example:64f8a1b23d4e5f6a7b8c9d0e
GET
/api/careplans/{id}
curl -i -X GET \
  https://data.logmycare.co.uk/openapi/api/careplans/64f8a1b23d4e5f6a7b8c9d0e

Responses

Successfully retrieved care plan

Bodyapplication/json
any
Response
{ "id": "697b6a5b943a178423a9264b", "name": "Enhanced Mobility Care Plan", "home": { "id": "66e2aeef14dce156439010d5", "name": "Sunrise Care Home" }, "resident": { "id": "69613fc010eecc5386f987ae", "name": {}, "preferredName": "Maggie" }, "editedBy": { "id": "68406c31e55ca6b6d2262f56", "name": {} }, "goals": [ "6968bf21c441cf6fb4ac9a3e" ], "needs": "Requires support with mobility and transfers.", "strengths": "Motivated to remain independent; engages well with physiotherapy.", "reviewComment": "Progressing well, continue current plan.", "nextReviewDate": "2026-04-29T00:00:00.000Z", "editedOn": "2026-02-01T11:00:00.000Z", "createdOn": "2026-01-29T14:10:35.209Z", "isCustom": true, "outcomes": "Maintain independent mobility within the home.", "sections": [ {} ], "documents": [ "6977686fc18f55207654e609" ], "revisions": 1, "carePlanId": "5f213e77cdd809d04ba664be", "isRevision": false, "skillNeeds": [ "68cae49a5df0b900121771f2" ], "subActivity": "Transfers", "fluidTracking": { "enabled": true, "intakeTarget": 1500 }, "riskAssessments": [ "696f910b62d69cb14944bd29" ], "noIdentifiedNeed": false, "noFurtherSupportRequired": false }