---
title: "List marker property values"
method: GET
path: "/application/{applicationId}/analytics/v1/markers/properties/values"
tags: ["Markers"]
---

# List marker property values

`GET /application/{applicationId}/analytics/v1/markers/properties/values`

Lists distinct values for a specific marker property that have been sent to the platform for specific marker types. Only returns strings and numbers.

## Path parameters

- `applicationId` number, required

## Query parameters

- `marker` string
- `property` string, required
- `search` string
- `dataType` 'string' | 'number' | 'boolean' | 'date' | 'string[]' | 'number[]' | 'boolean[]' | 'date[]', required
- `nextPageCursor` string

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object
  - `previousPageCursor` union, required
    - string
    - unknown
  - `nextPageCursor` union, required
    - string
    - unknown
  - `data` object[], required
    - `value` string, required
    - `count` number, required — The number of times this value has been sent
    - `alias` string — The alias for this value

---

[API](https://skmtc.dev/gamebeast/apis/gamebeast-api.md) · [All operations](https://skmtc.dev/gamebeast/apis/gamebeast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gamebeast/gamebeast-api/revisions/e9940594b0cc/schema)
