# Como carregar a interface gráfica do Portal Zeev docs via API

## Visão geral

Confira abaixo o modelo de estrutura XML para o Zeev Portal:

| Estrutura do XML                                              | Requerido          | Descrição                                                                                                                                                                                                                                                                      |
| ------------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| \<?xml version="1.0" encoding="UTF-8"?>                       | Sim                | -                                                                                                                                                                                                                                                                              |
| \<eContent>                                                   | Sim                | Raiz.                                                                                                                                                                                                                                                                          |
| \<header>                                                     | Sim                | Cabeçalho de identificação pelo Zeev docs.                                                                                                                                                                                                                                     |
| <p><br>      \<module name="smlportal" /></p>                 | <p><br>Sim</p>     | <p>Informações do módulo de entrada.<br>Atributo(s):<br><em>name</em> (obrigatório) - nome do módulo.</p>                                                                                                                                                                      |
| \<userToken />                                                | Sim                | Token de identificação do usuário para SilentLogin. Disponibilizada interface para geração do token através de web service.                                                                                                                                                    |
| <p><br><br>      \<access limit=" " expireDate=" " /></p>     | <p><br><br>Sim</p> | <p>Validade do acesso, podendo ser pela quantidade de acessos e pela data de expiração, valendo o que ocorrer primeiro.<br>Atributo(s):<br><em>limit</em> (obrigatório) - quantidade de execuções do token.<br><em>expireDate</em> (opcional) - data de validade do token.</p> |
| \<identification />                                           | Não                | Campo para ser utilizado na integração caso necessite registrar algum código de identificação do sistema e/ou usuários legados.                                                                                                                                                |
| <p><br>      \<options fullscreen=" " viewerTarget=" " /></p> | <p><br><br>Não</p> | <p>Opções do frame do SilentLogin.<br>Atributo(s):<br><em>fullscreen</em> (opcional) - forçar a abertura da janela ocupando toda a tela - true/false.<br><em>viewerTarget</em> (opcional) - target padrão usado em links.<br>Ex: \_blank</p>                                   |
| \<adHocUser />                                                | Não                | Usuário que será gravado o log de acesso e ação.                                                                                                                                                                                                                               |
| \</header />                                                  | -                  | -                                                                                                                                                                                                                                                                              |
| \<structure>                                                  | Não                | -                                                                                                                                                                                                                                                                              |
| \</structure>                                                 | -                  | -                                                                                                                                                                                                                                                                              |
| \</eContent >                                                 | -                  | <p>-<br></p>                                                                                                                                                                                                                                                                   |

Efetue o download do modelo de XML:

{% file src="/files/PMMVHV3zSTBH2knCXPbj" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.stoque.com.br/zeevdocs/integracoes/como-integrar-outras-ferramentas-com-o-zeev-docs/como-carregar-uma-interface-do-zeev-docs-em-outras-ferramentas-via-api/como-carregar-a-interface-grafica-do-portal-zeev-docs-via-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
