API Documentation

Last Update: 28 December 2022

DELETE api/SystemScheduler/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
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.

Response 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
}