Items

Items

Items are individual pieces of data in your database.

The Item Object

Items don't have a predefined schema. The format depends completely on the fields it has, an item is the equivalent of a row in a table.
  1. {
  2. "id": 1,
  3. "status": "published",
  4. "title": "Hello, world!",
  5. "body": "This is my first article",
  6. "featured_image": "768eabec-3c54-4110-a6bb-64b548116661",
  7. "author": "0bc7b36a-9ba9-4ce0-83f0-0a526f354e07"
  8. }

Get Items

  1. GET /items/:collection?{query parameters}
  1. GET /items/:collection/:id?{query parameters}
collection required
Is the name of the collection where you want to get items from

id
You can get a single item by its id

query parameters
optional any query parameters, refer to Global Parameters section
    • Related Articles

    • Query Parameters

      Intro Global parameters can be used to manipulate the responses you get from the Endpoints, most parameters work across all endpoints. Fields Choose the fields that are returned in the current dataset. This parameter supports dot notation to request ...
    • Plantillas para Documentos

      Dentro del nuevo módulo de combinación de plantillas para Documentos de ZITUS-KIVA, existe un lenguaje para la redacción de las plantillas que se van a utilizar. En este artículo se detalla el procedimiento para realizar dicha redacción. Formatos ...