Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
_ExcerptBetaAPI
_ExcerptBetaAPI
nopaneltrue

The POST /interactions/jobs/{id}/{action} endpoint enables you to change the status of a job. The action can be executed against a job that is in the correct status. These are available actions on corresponding statuses:

...

Authorization scopes supported:

ScopeAccess granted
interaction-content:readEntire endpoint

Parameters

The endpoint accepts the following path parameters:

id

Type

Required

Example

StringTruefe4b9c24-d305-492e-90e2-ddbdd7a36555

Unique identifier of a job.

action

Type

Required

Example

StringTrue
restart

An action to be taken on a job. Supported actions:

  • cancel
  • restart
  • pause

Request

Schedule recurring job 

...