Skip to main content
GET
/
items
Lista todos los items
curl --request GET \
  --url http://localhost:3000/api/v1/items/ \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "item_01",
    "name": "Bolígrafo azul",
    "code": "BOLI-001"
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer | null
default:20
Required range: 0 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0
orderBy
enum<string>
default:name
Available options:
name,
code
order
enum<string>
default:asc
Available options:
asc,
desc

Response

Listado de items

id
string
required
attributes
unknown
brand
string
certification
string
code
string
description
string
material
string
name
string
title
string
type
string
unitOfMeasure
string