<back to all web services

GetScheduledTasks

The following routes are available for this service:
GET/RestApi/sitefinity/scheduling/scheduled-tasks
GetScheduledTasks Parameters:
NameParameterData TypeRequiredDescription
SkipqueryintNo
TakequeryintNo
SearchTermquerystringNo
OrderByqueryOrderByTypeNo
FilterByqueryFilterByTypeNo
OrderByType Enum:
ScheduledFor
LastExecutionDate
Status
NameAsc
NameDesc
FilterByType Enum:
All
Pending
Started
Stopped
Failed
Recurring
GetScheduledTasksResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformIEnumerable<ScheduledTaskViewModel>No
TotalCountformintNo
ScheduledTaskViewModel Parameters:
NameParameterData TypeRequiredDescription
TaskIdformGuidNo
NameformstringNo
TitleformstringNo
StatusformstringNo
ErrorMessageformstringNo
RecurringIntervalformstringNo
ScheduledForDateformDateTimeNo
LastExecutionTimeformDateTime?No
HashformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /RestApi/sitefinity/scheduling/scheduled-tasks HTTP/1.1 
Host: www.asg.com.au 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"TotalCount":0}