Listar fornecedores

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "name": "Nome do fornecedor",
      "full_name": "Nome completo do fornecedor",
      "site": "https://site.com",
      "birth_date": "2020-11-29T00:00:00Z",
      "author_id": 1,
      "author": {
        "id": 1,
        "detail": "Nome do autor",
        "type": 1,
        "user_id": 1,
        "automation_id": 1,
        "form_id": 1,
        "import_id": 1,
        "user_uid": 1
      },
      "creation_date": "2020-12-15T18:19:38Z",
      "update_date": "2021-09-21T11:32:20Z",
      "email": "[email protected]",
      "phone": "55 9 99999999",
      "document": "13.166.760/0001-15",
      "image_min": "https://image-url/image.png",
      "show_name": "Nome exibido do fornecedor"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!