스테이지 목록
    • PDF

    스테이지 목록

    • PDF

    Article Summary

    개요

    SourceDeploy 프로젝트의 stage 목록을 조회 합니다.

    요청

    API URL

    GET  {SOURCEDEPLOY_API_URL}/project/{projectId}/stage
    

    요청 Parameter

    항목타입설명비고
    projectIdstring프로젝트 IDprojectList 조회

    요청 Query

    항목필수여부타입설명비고
    stageNameNstringStage 이름으로 검색
    pageSizeNstring페이지 Size최대 100, default 100
    pageNoNstring페이지 NO1부터 시작

    요청 Body

    없음

    응답

    응답 Body

    {
        "project": {
            "id": "number",
            "name": "string"
        },
        "stageList": [
            {
                "id": "number",
                "name": "string"
            }
        ]
    }
    
    항목타입설명비고
    project.idnumber프로젝트 id
    project.namestring프로젝트 이름
    stageList.idnumberstage id
    stageList.namestringstage 이름

    이 문서가 도움이 되었습니까?

    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.