jobs recurringjobs (http://api.3plcentral.com/rels/jobs/recurringjobs)
Resource:
Collection: of recurringjob
C# Rel Const:
Rels.JobSvc.RecurringJobs
URI template:
recurrings
Obtain URI from:
get list of all recurring job templates
Success status: 200
none
list of jobs
Type Description
ResourceList IList<Job.Models.RecurringJob>
RecurringJobName string
CreatedAt DateTime UTC datetime when template created
Cron string
MethodName string partially-qualified name of job method, beginning with top-level namespace after HH preramble, ending with a specific interface method
MethodParams String[] values of each of the method parameters, encoded as JSON; for parameter names see JobMethod
NextExecution DateTime UTC
LastExecution DateTime? ... UTC
LastJobId Int64? ...
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/jobs/recurringjob": [
      {
        "recurringJobName": "str",
        "createdAt": "2016-12-25T23:00:00",
        "cron": "str",
        "methodName": "str",
        "methodParams": [
          "str"
        ],
        "nextExecution": "2016-12-25T23:00:00",
        "lastExecution": "2016-12-25T23:00:00",
        "lastJobId": 1
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.