---
title: "Pobierz osobę odpowiedzialną według ID"
method: GET
path: "/responsiblepersons/{id}"
tags: ["Osoby odpowiedzialne"]
---

# Pobierz osobę odpowiedzialną według ID

`GET /responsiblepersons/{id}`

Zwraca szczegółowe informacje o osobie odpowiedzialnej.

## Path parameters

- `id` integer, required

## Response `200`

Sukces. Zwrócona osoba odpowiedzialna.

- ResponsiblePerson
  - `city` string
  - `country_code` string
  - `email` string
  - `form_url` string
  - `id` integer
  - `name` string
  - `own_name` string
  - `phone_number` string
  - `postal_code` string
  - `street` string

## Other responses

- `404` — Osoba odpowiedzialna o podanym ID nie została odnaleziona.

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
