Get list of items
GET/items
Retrieves a list of items.
Responses
- 200
A list of items.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id integer
Example:
1
name string
Example:
Item 1
description string
Example:
This is item 1
[
{
"id": 1,
"name": "Item 1",
"description": "This is item 1"
}
]