jobs recurringjob (http://api.3plcentral.com/rels/jobs/recurringjob)
Resource:
a recurring job template
C# Rel Const:
Rels.JobSvc.RecurringJob
URI template:
recurrings/{name}
Obtain URI from:
get a recurring job template (currently unimplemented; just get the whole list, it's not very big)
Success status: 200
Name (* = required) Data Type Description
name * string
Type Description
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
{
  "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.