Skip to main content
GET
/
schema
/
item-types
/
{itemTypeId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "name": "<string>",
  "prefix": "<string>",
  "category": "<string>",
  "description": "<string>",
  "icon": "<string>",
  "color": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

itemTypeId
string
required

Response

200 - application/json

Item type details

id
string
required
name
string
required
prefix
string
required
category
string
required
description
string | null
icon
string | null
color
string | null