ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [Banana] 명함 지갑 - 카테고리별 명함 전체 조회
    Spring/Banana 2023. 6. 25. 06:30

    접속 경로

    GET

    http://localhost:8080/banana/wallet/categories/{categoryId}

     

    로그인 토큰 넣기

     

    <실행 결과>

    {
        "storedCards": [
            {
                "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""Elijah",
                "isBookmarked"false,
                "cid"31,
                "cardContentResponses": [
                    {
                        "cid"36,
                        "content""Damiano Akram",
                        "bid"31,
                        "yaxis"41,
                        "xaxis"92
                    },
                    {
                        "cid"122,
                        "content""Jeddy Hevner",
                        "bid"31,
                        "yaxis"6,
                        "xaxis"18
                    },
                    {
                        "cid"151,
                        "content""Sawyere Checchetelli",
                        "bid"31,
                        "yaxis"78,
                        "xaxis"70
                    }
                ]
            }
        ],
        "categoryName""Blue"
    }
Designed by Tistory.