jobs jobmethods (http://api.3plcentral.com/rels/jobs/jobmethods)
Resource:
Collection: of jobmethod
C# Rel Const:
Rels.JobSvc.JobMethods
URI template:
methods
Obtain URI from:
get the list of available Headless Horseman background job methods
Success status: 200
none
a lit of jobmethods
Type Description
ResourceList IList<Job.Models.JobMethod>
Name string A heirarchical name of the job: the last part is the job's method, the preceding parts are the job's categorization
Description string
ParamNames String[]
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/jobs/jobmethod": [
      {
        "name": "str",
        "description": "str",
        "paramNames": [
          "str"
        ]
      }
    ]
  }
}

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.