GET
/
v2
/
device
/
remote-desktop
/
devices
/
{deviceId}
/
notes
List remote desktop notes
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device/remote-desktop/devices/{deviceId}/notes \
  --header 'Authorization: <api-key>'
[
  {
    "author_id": "<string>",
    "company_id": "<string>",
    "content": "<string>",
    "created_at": "<string>",
    "device_id": "<string>",
    "id": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

deviceId
string
required

Device UUID

Response

OK

author_id
string
company_id
string
content
string
created_at
string
device_id
string
id
string
updated_at
string