# GET Listar Contexto Grau Instrução

#### **Introdução**

Retorna uma lista com diversas opções de grau de instrução, que podem ser utilizadas na proposta.

---

##### ***Rota***

```css
/Contexto/grau-instrucao
```

#### ***Authorization***

É necessário um token de autorização do tipo **Bearer Token**. O token deve ser fornecido da seguinte forma:

<table border="1" id="bkmrk-token-eyj..." style="border-collapse: collapse; width: 116.548%;"><colgroup><col style="width: 49.9802%;"></col><col style="width: 49.9802%;"></col></colgroup><tbody><tr><td>Token</td><td>eyJ...

</td></tr></tbody></table>

##### ***Headers Request***

<table border="1" id="bkmrk-accept-application%2Fj" style="border-collapse: collapse; width: 111.786%; height: 59.2px;"><colgroup><col style="width: 49.9801%;"></col><col style="width: 49.9801%;"></col></colgroup><tbody><tr style="height: 29.6px;"><td style="height: 29.6px;">accept</td><td style="height: 29.6px;">application/json</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">Content-Type</td><td style="height: 29.6px;">application/json</td></tr></tbody></table>

#### **Exemplo de Requisição e Resposta**

---

##### ***Exemplo de Request***

<details id="bkmrk-curl-curl---location"><summary>curl</summary>

```bash
curl --location 'https://app2-crefaz-api-external-stag.azurewebsites.net/api/Contexto/grau-instrucao' \
--header 'accept: application/json' \
--header 'Content-Type: application/json'
```

</details>##### ***Exemplo de Response***

<details id="bkmrk-json-%7B-%22success%22%3A-tr"><summary>json</summary>

```json
{
  "success": true,
  "data": [
    {
      "id": 1,
      "nome": "Fundamental Incompleto",
      "ativo": true
    },
    {
      "id": 2,
      "nome": "Fundamental Completo",
      "ativo": true
    },
    {
      "id": 3,
      "nome": "Médio Incompleto",
      "ativo": true
    },
    {
      "id": 4,
      "nome": "Médio Completo",
      "ativo": true
    },
    {
      "id": 5,
      "nome": "Graduação",
      "ativo": true
    },
    {
      "id": 6,
      "nome": "Pós-Graduação",
      "ativo": true
    },
    {
      "id": 7,
      "nome": "Mestrado",
      "ativo": true
    },
    {
      "id": 8,
      "nome": "Doutorado",
      "ativo": true
    }
  ],
  "errors": null
}
```

</details>##### **<span class="Text__TextContainer-sc-1kqigik-0 dLPxIq" data-aether-id="aether-text" data-click="" data-testid="aether-text">Headers de Response (5)</span>**

<table border="1" id="bkmrk-key-valeu-content-ty" style="border-collapse: collapse; width: 100%; height: 177.6px;"><colgroup><col style="width: 50%;"></col><col style="width: 50%;"></col></colgroup><thead><tr style="height: 29.6px;"><td style="height: 29.6px;">**Key**</td><td style="height: 29.6px;">**Valeu**</td></tr></thead><tbody><tr style="height: 29.6px;"><td style="height: 29.6px;">Content-Type</td><td style="height: 29.6px;">application/json; charset=utf-8</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;"><div><span class="Text__TextContainer-sc-1kqigik-0 ecMirJ sc-fznXWL cEvDCP item-key" data-aether-id="aether-text" data-click="" data-testid="aether-text">Date</span></div></td><td style="height: 29.6px;">Fri, 04 Oct 2024 17:58:55 GMT</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">Server</td><td style="height: 29.6px;">Kestrel</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">Transfer-Encoding</td><td style="height: 29.6px;">chunked</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">Request-Context</td><td style="height: 29.6px;">appId=cid-v1:d0033e30-cc70-4961-9727-b7389fb39348</td></tr></tbody></table>