---
title: "Export partners"
method: GET
path: "/partners/export"
tags: ["Partners"]
---

# Export partners

`GET /partners/export`

Export filtered partners to Excel

## Query parameters

- `company_id` integer
- `contact_id` integer
- `isThirdParty` 'yes' | 'no'
- `search` string
- `sort[asc]` 'id' | 'company_id' | 'contact_id' | 'isThirdParty' | 'createdOn' | 'modifiedOn'
- `sort[desc]` 'id' | 'company_id' | 'contact_id' | 'isThirdParty' | 'createdOn' | 'modifiedOn'
- `filters` object

## Response `200`

Successful operation

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
