Spring/Banana

[Banana] 명함 지갑 - 전체 카테고리 조회

한 면만 쓴 종이 2023. 6. 25. 06:23

접속 경로:

GET

http://localhost:8080/banana/wallet/categories

 

로그인 토큰 넣기

 

 

<실행 결과>

{
    "categories": [
        {
            "id"3,
            "categoryName""Indigo"
        },
        {
            "id"7,
            "categoryName""Pink"
        },
        {
            "id"1,
            "categoryName""Teal"
        }
    ],
    "twoBookmarkedStoredCards": [
        {
            "name""Ashley",
            "isBookmarked"true,
            "cid"29,
            "cardContentResponses": [
                {
                    "cid"56,
                    "content""Marlane Iacofo",
                    "bid"29,
                    "yaxis"21,
                    "xaxis"2
                },
                {
                    "cid"159,
                    "content""Jereme Chelam",
                    "bid"29,
                    "yaxis"32,
                    "xaxis"94
                },
                {
                    "cid"179,
                    "content""Tedra Govern",
                    "bid"29,
                    "yaxis"47,
                    "xaxis"99
                }
            ]
        },
        {
            "name""Coletta",
            "isBookmarked"true,
            "cid"82,
            "cardContentResponses": [
                {
                    "cid"52,
                    "content""Gerald Rodge",
                    "bid"82,
                    "yaxis"16,
                    "xaxis"20
                },
                {
                    "cid"139,
                    "content""Sheppard Spridgeon",
                    "bid"82,
                    "yaxis"23,
                    "xaxis"75
                }
            ]
        }
    ]
}