1. フェッチ ジョブの一覧表示

すべてのフェッチ ジョブの一覧表示

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

使用可能なすべてのフェッチ ジョブを一覧表示します。

GET /fetchjobs

パラメーター

パラメーター説明
stateStringジョブの状態。 可能な値: CreatedPendingInProgressCompleted
skipInt範囲設定」を参照
takeInt範囲設定」を参照

応答

応答説明
200 Ok使用可能なすべてのフェッチ ジョブを返します

応答の例

Status: 200 Ok

{
    "items": [
        {
            "file_count": 1,
            "files_completed": 0,
            "files": {
                "href": "/fetchjobs/6168/files{?skip,take}",
                "title": "This job's files",
                "templated": true
            },
            "id": 6168,
            "owner": null,
            "state_description": "Job completed",
            "state": "Completed",
            "condition": "Success",
            "created_on": "2018-01-08T12:17:04.6327184Z",
            "created_by": {
                "href": "/entities/6",
                "title": "The user who created the entity"
            },
            "modified_on": "2018-01-08T12:18:05.8272868Z",
            "modified_by": {
                "href": "/entities/6",
                "title": "The user who last modified the entity"
            },
            "started_on": "2018-01-08T12:18:01.984101Z",
            "completed_on": "2018-01-08T12:18:05.8272868Z",
            "self": {
                "href": "/fetchjobs/6168",
                "title": "This fetch job"
            }
        },

        ...
    ],

    "total_items": 35,
    "returned_items": 25,

    "next": {
        "href": "/fetchjobs?skip=25",
        "title": "The next page in this collection"
    },
        "self": {
        "href": "/fetchjobs",
        "title": "This collection"
    }
}
この記事を改善するための提案がある場合は、 お知らせください!