Skip to content

Get device by ID

Request

Retrieves complete device information including populated user references, home assignments with status, and audit fields.

The homes array is filtered to only include entries for homes the API key has access to. FCM (push notification) fields are excluded from the response.

Security
bearer
Path
idstringrequired

Unique identifier of the device

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

Responses

Successfully retrieved device

Bodyapplication/json
any
Response
{ "id": "64f8a1b23d4e5f6a7b8c9d0e", "name": "Reception Tablet", "uuid": "550e8400-e29b-41d4-a716-446655440000", "version": "4.2.1", "model": "iPad Pro 12.9", "type": "tablet", "users": [ {} ], "homes": [ {} ], "lastUsedBy": { "id": "64f8a1b23d4e5f6a7b8c9d01", "name": {} }, "lastUsedOn": "2026-03-07T14:30:00.000Z", "createdBy": { "id": "64f8a1b23d4e5f6a7b8c9d03", "name": {} }, "createdOn": "2026-01-15T10:00:00.000Z", "editedBy": { "id": "64f8a1b23d4e5f6a7b8c9d01", "name": {} }, "editedOn": "2026-03-07T14:30:00.000Z" }