---
title: "Export contact list"
method: GET
path: "/Report/contactlist"
tags: ["Report"]
---

# Export contact list

`GET /Report/contactlist`

Export contact list

## Query parameters

- `download` boolean
- `sevQuery` object, required
  - `limit` integer — Limit export
  - `modelName` string, required — Model name which is exported
  - `objectName` string, required — SevQuery object name
  - `filter` object
    - `zip` integer — filters the contacts by zip code
    - `city` string — filters the contacts by city
    - `country` object
      - `id` integer, required — id of the country
      - `objectName` string, required — Model name, which is 'StaticCountry'
    - `depth` boolean — export only organisations
    - `onlyPeople` boolean — export only people

## Response `200`

Successful operation

- object
  - `objects` object
    - `filename` string
    - `mimetype` string
    - `base64Encoded` boolean
    - `content` string

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `409` — Conflict
- `500` — Server Error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/versions/a32cec0fecea/schema)
