Skip to main content

Get list of items

GET 

/items

Retrieves a list of items.

Responses

A list of items.

Schema

  • Array [

  • id integer
    Example: 1
    name string
    Example: Item 1
    description string
    Example: This is item 1
  • ]

Loading...