레파지토리 Box Version 목록 API 입니다. 

BoxVersion API Key Detail (Request / Response)

name

type

Description

BOX_ID

int

Box ID

BOX_VER

int

Box Version

REG_EMP_NO

string

생성자 사번

REG_DT

string

생성일자

MEMO

string

메모 Description

BoxVersion API & Examples

POST

http://{server ip:port}/api/BoxVersion

Request

Content-Type: application/json

{

  • "BOX_ID":2

}

Response

Content-Type: application/json

[

  • {
    • "BOX_VER":1,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-14T09:42:45.103",
    • "MEMO":"20190114 - 1.0"

},

  • {
    • "BOX_VER":2,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-15T23:00:50.19",
    • "MEMO":"3.0"

},

  • {
    • "BOX_VER":3,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-16T22:26:00.677",
    • "MEMO":"이미지 테스트"

},

  • {
    • "BOX_VER":4,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-18T02:21:30.86",
    • "MEMO":"20190118"

},

  • {
    • "BOX_VER":5,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-18T02:25:10.67",
    • "MEMO":"결과 검증 추가"

},

  • {
    • "BOX_VER":6,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-18T02:30:09.46",
    • "MEMO":"변수 링크 추가"

},

  • {
    • "BOX_VER":7,
    • "BOX_ID":2,
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-19T08:09:27.583",
    • "MEMO":"프로세스 테스트"

}        

]

Created with the Personal Edition of HelpNDoc: Free help authoring environment