---
title: "POST /userprofiles/{profileId}/dimensionvalues/query"
method: POST
path: "/userprofiles/{profileId}/dimensionvalues/query"
tags: ["dimensionValues"]
---

# POST /userprofiles/{profileId}/dimensionvalues/query

`POST /userprofiles/{profileId}/dimensionvalues/query`

Retrieves list of report dimension values for a list of filters.

## Path parameters

- `profileId` string, required

## Query parameters

- `maxResults` integer
- `pageToken` string

## Request body

- DimensionValueRequest — Represents a DimensionValuesRequest.
  - `startDate` string, date
  - `filters` DimensionFilter[] — The list of filters by which to filter values. The filters are ANDed.
    - `kind` string — The kind of resource this is, in this case dfareporting#dimensionFilter.
    - `value` string — The value of the dimension to filter.
    - `dimensionName` string — The name of the dimension to filter.
  - `endDate` string, date
  - `dimensionName` string — The name of the dimension for which values should be requested.
  - `kind` string — The kind of request this is, in this case dfareporting#dimensionValueRequest .

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dfareporting.md) · [All operations](https://skmtc.net/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
