> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/api-rest/cas-dutilisation-et-exemples/effectuer-dautres-cas-dutilisation.md).

# Effectuer d’autres cas d’utilisation

Si votre cas d’utilisation n’est pas couvert par cette documentation, identifiez les appels d’API pertinents en suivant ces étapes :

{% stepper %}
{% step %}

### Connectez-vous à IMS

Authentifiez-vous avec un utilisateur disposant des autorisations nécessaires pour effectuer l’action visée.
{% endstep %}

{% step %}

### Ouvrez les outils de développement de votre navigateur

Utilisez l’onglet **Réseau** pour surveiller toutes les requêtes API sortantes et les réponses entrantes.
{% endstep %}

{% step %}

### Effectuez l’action souhaitée dans l’interface IMS

Par exemple, ouvrez un processus, mettez à jour un élément ou déclenchez un flux de travail spécifique. Choisissez l’action correspondant à votre cas d’utilisation.
{% endstep %}

{% step %}

### Inspectez les appels d’API

Examinez les requêtes réseau liées à l’action. Notez :

* le **point de terminaison API** appelé ;
* la **méthode HTTP** utilisée, par exemple GET, POST, PUT ou DELETE ;
* le **corps ou les paramètres de la requête** ;
* la **charge utile de la réponse**.
  {% endstep %}

{% step %}

### Facultatif : recherchez le point de terminaison correspondant dans Swagger

Ouvrez la documentation Swagger et recherchez le point de terminaison. Confirmez la structure de la requête et les détails d’utilisation.
{% endstep %}

{% step %}

### Implémentez la requête dans votre intégration

Utilisez votre méthode préférée, comme CURL, Java ou Python, pour reproduire l’appel avec l’authentification et les paramètres appropriés.
{% endstep %}
{% endstepper %}

***

## Voir aussi

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Authentification et gestion des jetons</td><td><a href="/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/api-rest.md#authentification-et-gestion-des-jetons">API REST</a></td><td><a href="https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/DQLtctQLTOs0sgjURwgJ/IMS-V16-NAV-Home-Icons-5.png">IMS-V16-NAV-Home-Icons-5.png</a></td></tr><tr><td>Référence de l’API (Swagger)</td><td><a href="/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/api-rest/api-reference-swagger.md">API Reference (Swagger)</a></td><td><a href="https://content.gitbook.com/content/AgpNu7XmgN3Z9B8kIShD/blobs/ony9eUVasEC7cHrPfFn0/IMS-V16-NAV-Library-Icons-41.png">IMS-V16-NAV-Library-Icons-41.png</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/developpeurs-de-solutions/api-and-information-repository/api-rest/cas-dutilisation-et-exemples/effectuer-dautres-cas-dutilisation.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.
