Skip to main content
GET
Get decision

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

Response

Current decision for the version

decision
enum<string>
required

Current review decision for the version. While a version is still under review this is in_review, pending, or none. Once decided it is approved, rejected, changes_requested, or conditionally_approved.

Available options:
approved,
rejected,
changes_requested,
conditionally_approved,
in_review,
pending,
none
correlationId
string<uuid>
required

Correlation ID for request tracing. Include in support requests.

decidedByUserId
string

ID of the user who made the decision. Omitted while the version is still under review, or before any decision is recorded.

decidedAt
string<date-time>

When the decision was recorded. Omitted when unavailable.

rationale
string

The reason recorded with the decision. Omitted when none applies or is unavailable.