---
title: "Get P and L summary data"
method: GET
path: "/Metrics/pnl"
tags: ["Metrics"]
---

# Get P and L summary data

`GET /Metrics/pnl`

## Query parameters

- `period` string
- `mode` string

## Response `200`

OK

- BusinessMetricsResponseDtoOfPnLDto
  - `success` boolean
  - `data` PnLDto
    - `items` PnLItemDto[]
      - `label` string
      - `value` union
        - number, double
        - string, double
      - `type` string
      - `percent` union
        - number, double
        - string, double
      - `trend` string, nullable
      - `spark` union[], nullable
        - union
          - number, double
          - string, double
    - `netIncome` union
      - number, double
      - string, double
    - `period` string
  - `error` string, nullable
  - `message` string, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
