등록된 라벨 리스트 조회 API 입니다. 

LabelList API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

BoxList API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"yjkim"

}

Response

Content-Type: application/json

[

  • {
    • "LABEL_ID":1,
    • "COMP_CD":"SYMATION",
    • "EMP_NO":"yjkim",
    • "LABEL_NM":"오전업무",
    • "COLOR_CD":"#ff0000",
    • "REG_DT":"2023-08-23T12:15:02.711",

},

  • {
    • "LABEL_ID":2,
    • "COMP_CD":"SYMATION",
    • "EMP_NO":"yjkim",
    • "LABEL_NM":"인터넷 사용 업무",
    • "COLOR_CD":"#674ea7",
    • "REG_DT":"2023-08-24T09:49:11.075",

}

]

Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator