---
title: "Obter por ID"
method: GET
path: "/v2/panel/card/{id}"
tags: ["Cards"]
---

# Obter por ID

`GET /v2/panel/card/{id}`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `IncludeDetails` string[]

## Response `200`

Success

- PublicPanelCardDTOV2
  - `id` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `companyId` string, uuid
  - `panelId` string, uuid
  - `panelTitle` string, nullable
  - `stepId` string, uuid
  - `stepTitle` string, nullable
  - `stepPhase` 'NONE' | 'INITIAL' | 'FINAL', nullable
  - `position` number, double
  - `title` string, nullable
  - `description` string, nullable
  - `key` string, nullable
  - `number` integer
  - `dueDate` string, date-time, nullable
  - `isOverdue` boolean
  - `tagIds` string[], nullable
  - `sessionId` string, uuid, nullable
  - `monetaryAmount` number, double, nullable
  - `responsibleUserId` string, uuid, nullable
  - `responsibleUser` PublicPanelCardResponsibleUserDTO
    - `id` string, uuid
    - `name` string, nullable
  - `contactIds` string[], nullable
  - `contacts` PublicPanelCardContactDTO[], nullable
    - `id` string, uuid
    - `name` string, nullable
  - `customFields` object, nullable
  - `metadata` object, nullable
  - `status` 'OPEN' | 'WON' | 'LOST' | 'ARCHIVED'
  - `lostReason` LostReasonDTO
    - `id` string, uuid, nullable
    - `name` string, nullable

## Other responses

- `500` — Server Error

---

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