> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/portfolio-management/partner-connect/shared-data-via-api.md).

# Shared Data via API

#### Basics

* Only the data required for orders and fulfillment is shared.
* Data protection and minimization are top priorities.
* Not all fields captured in equipme are automatically transmitted via API.

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

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

#### Technical Notes for Partners

* The API offers filters like `active`, `createdAfter`, `customerNumbers` for targeted queries.
* Employee details are only provided within the order context – not full employee lists or supervisor information.
* Company structures (locations, groups, employee lists) are not shared outside the order context.

#### Where to Find More Details?

For technical deep dive, use the [**HTML API documentation**](https://api.equipme.io/docs/suppliers/index.html) to view all available endpoints and data structures.


---

# 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:

```
GET https://hub.equipme.io/documentation/portfolio-management/partner-connect/shared-data-via-api.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.
