> For the complete documentation index, see [llms.txt](https://connector-api.orelc.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://connector-api.orelc.ac/fonctionnalites/requetes-depreciees/getall.md).

# getAll

## Requête (dépréciée)

<mark style="background-color:red;">Cette requête est fonctionnelle jusqu'au 31/12/23,</mark> utiliser plutôt la requête [getList](/fonctionnalites/getall.md) pour récupérer la liste des mots.

Permet de récupérer la liste de tous les entrées en shiKomori de l'environnement ORELC.

```
[Domain]/academy/api/v1/Dictionary/getAll
```

## Réponse

```
{
    "Dictionary": {
        "version": 1,
        "authorization": "all",
        "endValidity": "2022-01-06",
        "variety": "shiKomori",
        "entries": "11554/11554",
        "words": [
            "aɓiria",
            "aɓuyati",
            "adhan",
            "adjaɓu",
            "adjali",
            "âdui",
            "âɗa",
            "na",
            "mila",
            "aɗaɓu",
            "nfu",
            "afa",
            "âfia",
            "Afrika",
            "Ya",
            "Kusini",
            "âfu",
            "alahulia",
            "alakini",
            "alama",
            "alifu",
            "alifuɓe",
            "alikoli",
            "Araɓu",
            "mia",
            "arɓaini",
            ...
        ]
    }
}
```

{% hint style="warning" %}
Avec une **authorization** de démo, cette requête ne renvoie qu'un nombre limité de mots. Le nombre de mots du dictionnaire est inscrits dans le champ **entries.** Vous pouvez vous servir des champs **authorization** et **entries** pour en informer l'utilisateur.
{% endhint %}

### Description des champs

| Champ      | Type       | Description        | Valeur |
| ---------- | ---------- | ------------------ | ------ |
| Dictionary | Dictionary | Objet dictionnaire |        |
| words      | array      | Liste de mots      |        |
|            |            |                    |        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://connector-api.orelc.ac/fonctionnalites/requetes-depreciees/getall.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
