API Documentation

Last Update: 28 December 2022

POST api/SystemScheduler/PostSchedulerTrigger



Request Information


URI Parameters

None.


Body Parameters
Schedule
Name Description Type Additional information
ID

integer

None.

Name

string

None.

Expression

string

None.

ElementId

integer

None.

ElementType

integer

None.

StartEpoch

integer

None.

EndEpoch

integer

None.

Actions

string

None.

Filters

string

None.

Interval

integer

None.

TimeZone

string

None.

ExportType

integer

None.

UserID

integer

None.

ParentGroup

integer

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Expression": "sample string 3",
  "ElementId": 4,
  "ElementType": 5,
  "StartEpoch": 6,
  "EndEpoch": 1,
  "Actions": "sample string 7",
  "Filters": "sample string 8",
  "Interval": 1,
  "TimeZone": "sample string 9",
  "ExportType": 10,
  "UserID": 11,
  "ParentGroup": 1,
  "RecordStatus": 12
}

Response Information


Resource Description
HttpResponseMessage
Name Description Type Additional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

None.