Listar unidades de medida

Exibe uma lista contendo todas as unidades de medida cadastradas.

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "name": "Unidade (metros)",
      "unit": "M"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!