Skip to content

Get goal by ID

Request

Retrieves complete goal details including objectives, progress history, action plans, logs, and success measurements.

Security
bearer
Path
idstringrequired

Unique identifier of the goal

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

Responses

Successfully retrieved goal

Bodyapplication/json
any
Response
{ "id": "6968bf21c441cf6fb4ac9a3e", "home": { "id": "home-123-abc", "name": "Sunrise Care Home" }, "resident": { "id": "resident_id_123", "name": {} }, "createdBy": { "id": "user_id_789", "name": {} }, "editedBy": { "id": "user_id_790", "name": {} }, "logs": [ "6968bf21c441cf6fb4ac9a3f", "696f874462d69cb149439f25" ], "title": "Improve Mobility", "seenBy": [], "status": "notStarted", "actions": [], "endDate": "2026-06-30T00:00:00.000Z", "editedOn": "2026-01-23T14:18:42.514Z", "createdOn": "2026-01-15T10:30:00.000Z", "startDate": "2026-01-15T00:00:00.000Z", "importance": 8, "description": "Increase independent walking distance to 50 meters", "nextReviewDate": "2026-03-30T00:00:00.000Z", "progressHistory": [ {} ], "successMeasurement": "Able to walk 50 meters independently" }