展開履歴リスト
- 印刷する
- PDF
展開履歴リスト
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。
概要
SourceDeploy履歴リストを照会します。
リクエスト
API URL
GET {SOURCEDEPLOY_API_URL}/project/{projectId}/history
リクエストパラメータ
項目 | タイプ | 説明 | 備考 |
---|---|---|---|
projectId | String | プロジェクトID | projectListの照会 |
リクエストクエリ
項目 | 必須 | タイプ | 説明 | 備考 |
---|---|---|---|---|
pageSize | N | string | ページサイズ | 最大100、デフォルト値100 |
pageNo | N | string | ページ番号 | 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.id | number | history> project id | |
historyList.project.name | string | history> project名 | |
historyList.stage.id | number | history> stage id | |
historyList.stage.name | string | history> ステージ名 | |
historyList.scenario.id | number | history> シナリオID | |
historyList.scenario.name | string | history> シナリオ名 | |
id | string | history id | |
startTime | number | 配布開始時刻 | |
status | string | 配布状態 |
この記事は役に立ちましたか?