展開履歴リスト
    • PDF

    展開履歴リスト

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    概要

    SourceDeploy履歴リストを照会します。

    リクエスト

    API URL

    GET 	{SOURCEDEPLOY_API_URL}/project/{projectId}/history
    

    リクエストパラメータ

    項目タイプ説明備考
    projectIdStringプロジェクトIDprojectListの照会

    リクエストクエリ

    項目必須タイプ説明備考
    pageSizeNstringページサイズ最大100、デフォルト値100
    pageNoNstringページ番号1から開始

    リクエストボディ

    なし

    レスポンス

    レスポンスボディ

    {
        "historyList": [
            {
                "project" : {
                    "id": "number",
                    "name": "string"
                },
                "stage": {
                    "id": "number",
                    "name": "string"
                },
                "scenario": {
                    "id": "number",
                    "name": "string"
                },
                "id": "string",
                "startTime": "number",
                "status": "string",
            }
        ]
     }
    
    項目タイプ説明備考
    historyList.project.idnumberhistory> project id
    historyList.project.namestringhistory> project名
    historyList.stage.idnumberhistory> stage id
    historyList.stage.namestringhistory> ステージ名
    historyList.scenario.idnumberhistory> シナリオID
    historyList.scenario.namestringhistory> シナリオ名
    idstringhistory id
    startTimenumber配布開始時刻
    statusstring配布状態

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.