Scheduled Action Parameters

A collection of parameters and values that should be used to execute an action that has been associated with a schedule.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

ScheduledActionId is an integer field in the ScheduledActionParameter table which acts a reference to the ID of the Scheduled Action which is associated with this parameter.

int32

The ParameterId field in the ScheduledActionParameter table is an integer type and is used to store the auto-incremented numerical ID of the parameter associated with a specific scheduled action. This ID is used as a primary key for the ScheduledActionParameter table.

string | null

The Value (of data type nvarchar) in the ScheduledActionParameter table is used to store data for performing a scheduled action. This field should be populated with an action-specific value and can be any valid string.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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