Action On Afters

Defines the post actions that should be executed after an action has run.

Path Params
string
required
Body Params
int32

The action to be executed when the parent action has been executed

boolean

The OnSuccess field of type bit in the ActionOnAfter table is a flag that indicates whether an action associated with the table was successful. If set to true (1), the action succeeded, and if false (0), the action failed.

boolean

The OnError field in the ActionOnAfter table is a bit field that indicates whether an action should occur if an error is encountered. The bit is set to 1 if an action is to occur and it is set to 0 if no action is to occur.

boolean

Checked if the action execution should be queued and run as a job in the background.

string | null

Miscellaneous notes and information for the entry or record.

int32

The Sequence field in the ActionOnAfter table is an integer data type which stores the order in which actions should be taken. This is to ensure that the actions are executed in the correct order.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!