Listar autores

Exibe uma lista com todos os autores cadastrados

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "detail": "Nome do autor",
      "type": 1,
      "user_id": 1,
      "user_uid": 1,
      "automation_id": 1,
      "import_id": 1,
      "form_id": 1
    }
  ]
}
Language
Click Try It! to start a request and see the response here!