포인트 데이터 검색

GET http://{backoffice-domain}/m1.0/scan/point

{
    "return": 0,
    "message": "success",
    "value": [
        {
            "point_id": 1,
            "point_name": "labyrinth_point_1",
            "icon_path": "https://cdn1.iconfinder.com/data/icons/sport-94/550/volley-128.png",
            "create_dt": "2021-12-20T07:42:37.546Z",
            "modified_dt": "2022-01-27T02:46:27.145Z"
        },
        {
            "point_id": 2,
            "point_name": "poringmerge_point_1",
            "icon_path": "https://cdn2.iconfinder.com/data/icons/activity-5/50/1F3AE-video-game-128.png",
            "create_dt": "2021-12-20T07:42:44.255Z",
            "modified_dt": "2022-01-27T02:46:27.145Z"
        },
        {
            "point_id": 3,
            "point_name": "pdx_1",
            "icon_path": "https://cdn0.iconfinder.com/data/icons/retro-items-4/64/Game_Controller-128.png",
            "create_dt": "2021-12-20T07:42:50.239Z",
            "modified_dt": "2022-01-27T02:46:27.145Z"
        },
        {
            "point_id": 9999,
            "point_name": "abcd",
            "icon_path": "abcd",
            "create_dt": "2022-02-09T08:40:25.056Z",
            "modified_dt": "2022-02-09T08:40:25.056Z"
        }
    ]
}
curl --location --request GET 'http://{backoffice-domain}/m1.0/backoffice/scan/point'

Last updated