Fetch job file collection

A Fetch Job File Collection Object is a Collection Object containing zero or more Fetch Job File Objects. It contains no additional properties.

Example

RequestResponse
{
  "items":[
    {
      "self":{
        "href":"http://<hostname>/api/fetchjobs/500/files/1932",
        "title":"This fetch job file."
      },
      "job":{
        "href":"http://<hostname>/api/fetchjobs/500",
        "title":"The Fetch Job for this file."
      },
      "file":{
        "File",
        "path":"\\\\server\\path\\file1.jpg",
      },
      "state_description":"Pending",
      "state":"Pending",
      "condition":"Pending",
      "started_on":null,
      "completed_on":null
    },
    ...
  ],
  "total_items":400,
  "returned_items":25,
  "self":{
    "href":"http://<hostname>/api/fetchjobs/500/files"
  },
  "next":{
    "href":"http://<hostname>/api/fetchjobs/500/files?skip=25"
  }
}

Do you have some feedback for us?

If you have suggestions for improving this article,