Skip to main content
GET
Get comments

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Headers

X-External-User-ID
string
required

Identifier of the acting user in the calling system (e.g. a Workfront user id). Recorded against every audited action this request performs.

X-External-User-Email
string<email>

Acting user email. Only meaningful on keys with act-on-behalf enabled, where it is resolved to the matching Adclear user and is mandatory on writes. Ignored on ordinary keys.

Path Parameters

promotionId
string<uuid>
required

Promotion ID

versionId
string<uuid>
required

Version ID

Query Parameters

limit
string

Maximum number of threads to return (1–100, default 20)

Example:

"20"

offset
string

Number of threads to skip (default 0)

Example:

"0"

Response

Comment threads for the version

threads
object[]
required

Comment threads on this page, oldest thread first. Each thread includes its top-level comment and replies.

pagination
object
required
correlationId
string<uuid>
required

Correlation ID for request tracing. Include in support requests.