Skip to content

Get log category by ID

Request

Retrieves a log category with its id, name, and color.

Log categories are used to organize and classify daily care logs.

Note: This endpoint does not require authentication.

Security
Bearer
Path
idstringrequired

Unique identifier of the logcategory

Example:64f8a1b23d4e5f6a7b8c9d0e
GET
/api/logcategories/{id}
curl -i -X GET \
  https://data.logmycare.co.uk/openapi/api/logcategories/64f8a1b23d4e5f6a7b8c9d0e \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Log category details

Bodyapplication/json
any
Response
{ "id": "5f213e77cdd809d04ba664be", "name": "Body Maps", "color": "#9966FB" }