Skip to content

Get log category item by ID

Request

Retrieves a log category item with its id, name, and parent category id.

Log category items represent specific activities or observations that can be logged by staff members.

Note: This endpoint does not require authentication.

Security
Bearer
Path
idstringrequired

Unique identifier of the logcategoryitem

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

Responses

Log category item details

Bodyapplication/json
any
Response
{ "id": "5e81db67b1b4e673bc2bb8cc", "name": "Catheter", "category": "5e867702b349f776c8d48c2f" }