1. フェッチ ジョブ ファイル コレクション

フェッチ ジョブ ファイル コレクション オブジェクト

フェッチ ジョブ ファイル コレクション オブジェクトは、0 個以上のフェッチ ジョブ ファイル オブジェクトを含むコレクション オブジェクトです。 追加のプロパティは含まれません。

{
    "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"
    }
}
この記事を改善するための提案がある場合は、 お知らせください!