---
title: "GET /favorites/dimensions/{Id}"
method: GET
path: "/favorites/dimensions/{Id}"
tags: ["Favorites"]
---

# GET /favorites/dimensions/{Id}

`GET /favorites/dimensions/{Id}`

Retrieves each indicator in the specified favorites list with its path split into dimensions and its date/value series

## Path parameters

- `Id` string, uuid, required

## Response `200`

OK

- FavoriteDimensions[]
  - `provider` string, nullable
  - `providerId` string, nullable
  - `name` string, nullable
  - `dimensions` object, nullable
  - `points` FavoriteDimensionPoint[], nullable
    - `date` string, date-time
    - `value` number, double

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
