/
SY
sysadminsmedia
/
Homebox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
Actions
6
Authentication
5
Base
2
Group
12
Item Maintenance
2
Item Templates
6
Items
17
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
post
Duplicate Item
get
Get the full path of an item
get
Get Asset label
get
Get Item label
get
Search EAN from Barcode
get
Create QR Code
Items Attachments
4
Locations
7
Maintenance
3
Notifiers
5
Reporting
1
Statistics
4
Tags
5
User
7
Items
Create Item
post
/v1/items
Request body
RepoItemCreate
required
description
string
locationId
string
Edges
name
string
required
parentId
string
nullable
quantity
number
tagIds
string[]
Response
Created
RepoItemSummary
required
archived
boolean
assetId
string
createdAt
string
description
string
id
string
imageId
string
nullable
insured
boolean
location
RepoLocationSummary
name
string
purchasePrice
number
quantity
number
soldTime
string
Sale details
tags
RepoTagSummary[]
thumbnailId
string
nullable
updatedAt
string
Example response
{ "assetId": "0" }
Changes