歴史を築く
    • PDF

    歴史を築く

    • PDF

    記事の要約

    概要

    SourceBuildプロジェクトのビルド履歴を照会します。

    リクエスト

    API URL

    GET  {SOURCEBUILD_API_URL}/api/v1/project/{projectId}/history
    

    リクエスト Parameter

    項目タイプ説明備考
    projectIdstringプロジェクト IDprojectList APIで照会

    リクエスト Query

    なし

    リクエスト Body

    なし

    レスポンス

    レスポンス Body

    {
        "total": "number",
        "history": [
            {
                "projectId": "number",
                "buildId": "string",
                "begin": "number",
                "end": "number",
                "userId": "string",
                "status": "string",
                "failedPhase": "string" | "null"
            }
        ]
    }
    
    項目タイプ説明備考
    totalnumberビルド履歴の数
    history[].projectIdnumberプロジェクト ID
    history[].buildIdstringビルド履歴 ID
    history[].beginnumberビルド開始時間
    history[].endnumberビルド完了時間
    history[].userIdstringビルドの実行ユーザー ID
    history[].statusstringビルドの状態
    history[].failedPhasestringビルドの失敗段階ビルド成功時に Null

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

    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.