Pular para o conteúdo principal

Get list of items

GET 

/items

Retrieves a list of items.

Test Title

This is a test callout with a link code block

Responses

A list of items.

Schema

  • Array [

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

Loading...