/
SY
sysadminsmedia
/
Homebox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Actions
4
Authentication
3
Base
2
Group
3
Item Maintenance
2
Items
13
get
Get Item by Asset ID
get
Query All Items
post
Create Item
get
Export Items
get
Get All Custom Field Names
get
Get All Custom Field Values
post
Import Items
get
Get Item
put
Update Item
delete
Delete Item
patch
Update Item
get
Get the full path of an item
get
Create QR Code
Items Attachments
4
Labels
5
Locations
6
Maintenance
3
Notifiers
5
Reporting
1
Statistics
4
User
5
Items
Create Item
post
/v1/items
Request body
RepoItemCreate
required
description
string
labelIds
string[]
locationId
string
Edges
name
string
required
parentId
string
nullable
Response
Created
RepoItemSummary
required
archived
boolean
assetId
string
createdAt
string
description
string
id
string
imageId
string
insured
boolean
labels
RepoLabelSummary[]
location
RepoLocationSummary
name
string
purchasePrice
number
quantity
integer
updatedAt
string
Example response
{ "assetId": "0" }
Changes