Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.tally.so/llms.txt

Use this file to discover all available pages before exploring further.

A block with type LINEAR_SCALE. Used for numeric scale ratings (e.g., 1-10).

uuid
string<uuid>
required

Unique identifier for this block.

type
enum<string>
required
Available options:
LINEAR_SCALE
groupUuid
string<uuid>
required

Groups related blocks together. For standalone blocks, use the block's own uuid. For child blocks (e.g., dropdown options, multiple choice options), use the parent block's uuid so all children share the same groupUuid.

groupType
enum<string>
required
Available options:
QUESTION
payload
LinearScalePayload · object
required

Payload for LINEAR_SCALE block type. Used for scale/slider questions.