Skip to main content
GET
/
schema
/
item-types
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.

Response

200 - application/json

List of item types

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