Skip to content

label 불러오기

Jin Young Park edited this page Nov 2, 2020 · 2 revisions

Label 불러오기

메소드 경로 짧은 설명
GET api/label Label 목록 불러오기

Response

status: 201

{
   message: 'success',
   labels: [
        {
            "id": 1,
            "title": "test1",
            "color": "#111111",
            "description": "testeste",
            "createdAt": "2020-11-02T12:29:41.000Z",
            "updatedAt": "2020-11-02T12:29:41.000Z"
        },
        {
            "id": 2,
            "title": "test2",
            "color": "#123456",
            "description": "testestewww",
            "createdAt": "2020-11-02T12:29:41.000Z",
            "updatedAt": "2020-11-02T12:29:41.000Z"
        }
   ] 
}

image

Product Backlog

🕸 Web

🍎 iOS


Progress

🗣 Daily Scrum
🧑🏻‍💻 회의록
🤔 회고록
🤼 피어세션

TroubleShooting

🌄 Frontend
⚙️ Backend
🍎 iOS

Ground Rule

📐 Common

🕸 Web

🍎 iOS


ETC

📄 API 문서
🕹 기술 공유
Clone this wiki locally