# Introdução

A API do unico | people utiliza uma arquitetura em REST e comunicação padrão em JSON. É possível encontrar mais detalhes, nos links a seguir, sobre os temas: [REST](https://pt.wikipedia.org/wiki/REST) e [JSON](https://pt.wikipedia.org/wiki/JSON).

O primeiro passo é adquirir uma conta de serviço e se autenticar, detalhado no tópico [Ativação da API](/project/v2/api/ativacao-da-api.md).&#x20;

Para detalhamento de campos existentes, acesse o tópico [Contexto](/project/v2/referencias/documentos.md), onde será detalhado todos os campos de todos os documentos.

Caso utilize uma exportação em arquivo, o tópico [Templates](/project/v2/referencias/templates.md) detalha os layouts disponíveis.

{% hint style="info" %}
Caso esteja buscando as chamadas de Posição (criação, exportação JSON e mudança de status), Cargo (listagem e criação), Departamento (listagem e criação) e alteração de Status de Posição, clique no canto superior esquerdo e acesse a documentação v1.
{% endhint %}


---

# 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://acessorh.gitbook.io/project/v2/master.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.
