> For the complete documentation index, see [llms.txt](https://docs.openwowi.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openwowi.de/grundlagen/postman-collection.md).

# Postman Collection

Um Ihnen den Start in die OPENWOWI-API zu erleichtern, haben wir für Sie bereits eine Postman Collection bereitgestellt. Bitte beachten Sie, dass Sie für diese Collection den Postman Client oder einen Workspace bei <https://www.postman.com/> benötigen.

#### Collection für OPENWOWI 1.0 und 1.1

{% file src="/files/RVr25GQwLeubwZsOb86a" %}
Stand: 17.11.2022
{% endfile %}

#### Collection für OPENWOWI 1.2

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

#### OPENWOWI Environment

In der Enviroment können Sie Ihren API Key und Ihren User eintragen.

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

Da Postman ab dem 15.09.2023 die lokale Umgebung der Anwendung abkündigt und die Daten nur noch in einem eigenen Cloud-Workplace verfügbar gemacht werden, haben wir für die Authentifizierungsdaten eine eigene Umgebung angelegt, in welcher die Daten für die OPENWOWI-Demo hinterlegt wurden.\
\
Die Umgebung verfügt über einen "initialen Wert" und über einen "aktuellen Wert". Nach dem Import der Umgebung sind beide Werte belegt. Die initialen Werte werden ebenfalls in den Workplace bei Postman synchronisiert. Die aktuellen Werte verbleiben in der lokalen Umgebung.\
In den neueren Postman Versionen erkennen Sie die Synchronisierung der Daten am "Cloud" Symbol.<br>

<figure><img src="/files/smlyQ2CHNDCeVGqzStVi" alt=""><figcaption></figcaption></figure>

Wir bitten darum, dies beim Umgang mit den Kunden-Authentifizierungsdaten zu beachten.&#x20;


---

# 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://docs.openwowi.de/grundlagen/postman-collection.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.
