Criar um usuário

Retorna detalhes de um contato especificado pelo ID.

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": {
    "id": 1,
    "name": "Tipo de registro",
    "key": "Chave do registro",
    "description": "Descrição do registro",
    "creation_date": "2020-12-08T20:43:17Z",
    "type": 1,
    "author_id": 1,
    "author": {
      "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!