Returns an array of agent procedure schedule records for a specified agent.
GET /automation/agentprocs/{agentId}/scheduledprocs
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
|
|
|
ScriptPrompts
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
RecurrenceOptions
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DistributionWindow
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
StartOptions
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
ExclusionWindow
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"AgentProcedureId": 0,
"AgentId": 0,
"ServerTimeZone": true,
"SkipIfOffLine": true,
"PowerUpIfOffLine": true,
"Recurrence": {
"Repeat": "Never",
"Times": 0,
"DaysOfWeek": "string",
"DayOfMonth": "FirstSunday",
"SpecificDayOfMonth": 0,
"MonthOfYear": "January",
"EndAt": "T0000",
"EndOn": "2015-08-07T20:28:53.444Z",
"EndAfterIntervalTimes": 0
},
"Distribution": {
"Interval": "Minutes",
"Magnitude": 0
},
"Start": {
"StartOn": "2015-08-07T20:28:53.444Z",
"StartAt": "T0000"
},
"Exclusion": {
"From": "T0000",
"To": "T0000"
},
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}