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

BoxList API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

BOX_ID

int

Box ID

BOX_NM

string

Box 이름

REG_EMP_NO

string

생성자 사번

REG_DT

string

생성일자

BoxList API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION"

}

Response

Content-Type: application/json

[

  • {
    • "BOX_ID":20007,
    • "BOX_NM":"민원24 진위확인",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2019-01-22T14:55:05.62"

},

  • {
    • "BOX_ID":30042,
    • "BOX_NM":"Java Client",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2020-09-25T14:05:57.24"

},

  • {
    • "BOX_ID":30043,
    • "BOX_NM":"GOV24 Mobile",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2020-10-07T13:35:42.827"

},

  • {
    • "BOX_ID":30044,
    • "BOX_NM":"Intelligent OCR",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2020-10-20T10:54:37.713"

},

  • {
    • "BOX_ID":30045,
    • "BOX_NM":"CheckMATE_CeLL",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2020-11-19T10:36:52.193"

},

  • {
    • "BOX_ID":30046,
    • "BOX_NM":"Vision",
    • "COMP_CD":"SYMATION",
    • "REG_EMP_NO":"yjkim",
    • "REG_DT":"2021-02-04T09:54:48.373"

}

]

Created with the Personal Edition of HelpNDoc: Write eBooks for the Kindle