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
GET
curl -i -X GET \
https://data.logmycare.co.uk/openapi/api/logcategoryitems/64f8a1b23d4e5f6a7b8c9d0e \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "id": "5e81db67b1b4e673bc2bb8cc", "name": "Catheter", "category": "5e867702b349f776c8d48c2f" }