Skip to main content
GET
/
inventory
/
{roomId}
/
inventory-item-by-identifier
/
{inventoryItemIdentifier}
{
  "identifier": "<string>",
  "name": "<string>",
  "description": "<string>",
  "serialNumber": "<string>",
  "category": "<string>",
  "count": 123
}

Path Parameters

roomId
string<uuid>
required
inventoryItemIdentifier
string
required

Response

OK

identifier
string | null
name
string | null
description
string | null
serialNumber
string | null
category
string | null
count
integer