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

# List marker properties

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

Lists marker properties that have been sent to the platform for specific marker types

## Path parameters

- `applicationId` number, required

## Query parameters

- `markers` string[], required
- `type` 'string' | 'number' | 'boolean' | 'date' | 'string[]' | 'number[]' | 'boolean[]' | 'date[]'

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object[]
  - `name` string, required
  - `type` 'property', required
  - `dataType` 'string' | 'number' | 'boolean' | 'date' | 'string[]' | 'number[]' | 'boolean[]' | 'date[]', required
  - `experimentFilterSupport` object, required
    - `perUser` boolean, required
    - `perServer` boolean, required

---

[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)
