GET Api/ScheduleJob/GetScheduleJobList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ScheduleJobView| Name | Description | Type | Additional information |
|---|---|---|---|
| Service | string |
None. |
|
| Name | string |
None. |
|
| Value | integer |
None. |
|
| Type | ScheduleIntervalType |
None. |
|
| MonthValue | integer |
None. |
|
| WeekValue | integer |
None. |
|
| DayValue | integer |
None. |
|
| HourValue | integer |
None. |
|
| MinuteValue | integer |
None. |
|
| Remarks | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Service": "sample string 1",
"Name": "sample string 2",
"Value": 1,
"Type": 0,
"MonthValue": 1,
"WeekValue": 1,
"DayValue": 1,
"HourValue": 1,
"MinuteValue": 1,
"Remarks": "sample string 3"
},
{
"Service": "sample string 1",
"Name": "sample string 2",
"Value": 1,
"Type": 0,
"MonthValue": 1,
"WeekValue": 1,
"DayValue": 1,
"HourValue": 1,
"MinuteValue": 1,
"Remarks": "sample string 3"
}
]