jobs jobfile (http://api.3plcentral.com/rels/jobs/jobfile)
Resource:
a file associated with a headless horseman job
C# Rel Const:
Rels.JobSvc.JobFile
URI template:
files/{path}
get a file;
set request accept header to application/*, in which case response content-type header will specify 'text/plain' and response body will contain the file contents
Success status: 200
Name (* = required) Data Type Description
path * string relative path of file, with "\" encoded as "~s~" and "." encoded as "~d~"
a file associated with a job (ContentType will always be 'text/plain')
Type Description
ContentType string
Content Object
Sample accept: application/hal+json
{
  "contentType": "str",
  "content": {}
}

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.