Skip to main content
POST
Create history entry of a device of an organization

承認

Authorization
string
header
必須

For authenticated requests, set the Authorization: Bearer your_api_key parameter in the header.
You can create and manage your API Keys by visiting the API Keys tab in the Settings page of your organization in Admina

パスパラメータ

organizationId
number
必須
deviceId
number
必須

ボディ

application/json
createdAt
string<date-time>
必須
:

"2021-01-01T00:00:00.000Z"

changes
object
必須
comment
string | null
:

"Status change reason"

レスポンス

id
number
必須
:

123

deviceId
number
必須
:

321

createdAt
string<date-time>
必須
:

"2017-07-21T17:32:28Z"

changes
object
必須
comment
string | null
必須
:

"Assigned to new employee"

最終更新日 2026年8月7日