---
title: "Get available thread ID fields for a marker"
method: GET
path: "/application/{applicationId}/sentiment/sources/thread-id-fields"
tags: ["Sentiment"]
---

# Get available thread ID fields for a marker

`GET /application/{applicationId}/sentiment/sources/thread-id-fields`

Get available thread ID fields for a marker

## Path parameters

- `applicationId` string, required

## Query parameters

- `markerType` string, required

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object[]
  - `name` string, required — The key of the field
  - `type` 'property' | 'argument' | 'direct', required — The structural type of the field
  - `dataType` union, required — The data type of the field
    - 'string' | 'number' | 'boolean' | 'date' | 'string[]' | 'number[]' | 'boolean[]' | 'date[]'
    - 'cohort'
    - 'deeplink'
  - `label` string — The label of the field

---

[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/801fbad9d8d0/schema)
