---
title: "Retrieve accounting contact"
method: GET
path: "/AccountingContact"
tags: ["AccountingContact"]
---

# Retrieve accounting contact

`GET /AccountingContact`

Returns all accounting contact which have been added up until now. Filters can be added.

## Query parameters

- `contact[id]` string
- `contact[objectName]` string

## Response `200`

Successful operation

- object
  - `objects` ModelAccountingContactResponse[]
    - `id` string — The accounting contact id
    - `objectName` string — The accounting contact object name
    - `create` string, date-time — Date of accounting contact creation
    - `update` string, date-time — Date of last accounting contact update
    - `contact` object — The contact to which this accounting contact belongs.
      - `id` string, required — Unique identifier of the contact
      - `objectName` string, required — Model name, which is 'Contact'
    - `sevClient` object — Client to which accounting contact belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'
    - `debitorNumber` string — Debitor number of the accounting contact.
    - `creditorNumber` string — Creditor number of the accounting contact.

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `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)
