Report Subscription - Retrieves subscription history of a subscription

Retun subscription history of a subscription.

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
reportSubscriptionIdstring · uuidOptional
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Subscription history successfully fetched.

Represents the history of a subscription run, including details such as schedule, status, and timestamps.

reportSubscriptionIdstring · uuidOptional

Gets or sets the unique identifier for the report subscription.

runIdstring · uuidOptional

Gets or sets the unique identifier for the run.

schedulestring · nullableOptional

Gets or sets the schedule associated with the subscription run.

isRecipientSpecificbooleanOptional

Gets or sets a value indicating whether the run is recipient specific.

isOnDemandbooleanOptional

Gets or sets a value indicating whether the run was triggered on demand.

timeStampstring · date-timeOptional

Gets or sets the timestamp of the run.

runStatusstring · nullableOptional

Gets or sets the status of the run.

exportIdstring · nullableOptional

Gets or sets the export id.

get
/subscriptionHistory

Last updated