---
title: "Portfolio Details [Deprecated, use v2]"
method: GET
path: "/api/portfolios"
tags: ["Portfolio Details"]
---

# Portfolio Details [Deprecated, use v2]

`GET /api/portfolios`

Returns a list of trading in EUR portfolios available to the current logged in user
and relevant to the EPAD market.

### Response field descriptions
- **permission**: portfolio permission
  - **WRITE** - the logged in user has permission to submit and/or modify orders for the portfolio  
  - **READ** - the logged in user can only view orders for the portfolio
- **portfolio**: identifier of the portfolio
- **clearingAccount**: account code to which all trades concluded in the portfolio will be reported at Nasdaq
- **capacity**: the role in which the trades are being made, '**Principal**' or '**Agent**'
- **clientQualification**: Nasdaq client identifier qualification to be used when reporting trades done, '**Person**' or '**Company**'
- **clientId**: Nasdaq client identifier to be used when registering trades done in the capacity of Agent
- **name**: portfolio name
- **shortName**: portfolio short name
- **companyName**: company to which the portfolio belongs to
- **validFrom**: start date and time of portfolio validity
- **validTo**: end date and time of portfolio validity
- **state**: state of the portfolio, can be activated or deactivated
- **deleted**: **true** - portfolio is deleted, **false** - portfolio is not deleted
- **areas**: a list of areas which belong to the portfolio. Each area includes:
  - **areaCode**: bidding zone code
  - **validFrom**: start date and time of area validity
  - **validTo**: end date and time of area validity

## Response `200`

OK

- UserProfileDtoV1[]
  - `permission` 'None' | 'READ' | 'WRITE', required
  - `portfolio` string, nullable, required
  - `clearingAccount` string, nullable
  - `capacity` 'NotSet' | 'Principal' | 'Agent'
  - `clientQualification` 'Person' | 'Firm'
  - `clientId` string, nullable
  - `name` string, nullable, required
  - `shortName` string, nullable, required
  - `companyName` string, nullable, required
  - `validFrom` string, date-time, required
  - `validTo` string, date-time, required
  - `state` 'None' | 'ACTI' | 'IACT' | 'HIBE', required
  - `deleted` boolean
  - `areas` PortfolioAreaDto[], nullable, required
    - `areaCode` string, nullable, required
    - `validFrom` string, date-time, required
    - `validTo` string, date-time, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/revisions/6a21504d677e/schema)
