앱 데이터 검색
GET
http://{backoffice-domain}/m1.0/scan/app
{
"return": 0,
"message": "success",
"value": [
{
"app_id": 1,
"app_name": "Labyrinth",
"icon_path": "https://imgc.gnjoy.com/games/lor/launching/web/images/img_logo.png",
"company_id": 10001,
"company_name": "PerpleLab",
"is_enabled": true,
"access_id": "labyrinth1220",
"access_pw": "428555",
"database_id": 1,
"create_dt": "2021-12-20T07:40:35.15Z",
"modified_dt": "2021-12-20T07:40:35.15Z"
},
{
"app_id": 2,
"app_name": "PoringMerge",
"icon_path": "https://file.mk.co.kr/meet/neds/2021/04/image_readtop_2021_354741_16182999014608976.jpg",
"company_id": 10002,
"company_name": "IOIGames",
"is_enabled": true,
"access_id": "poring1220",
"access_pw": "594814",
"database_id": 1,
"create_dt": "2021-12-20T07:41:00.49Z",
"modified_dt": "2021-12-20T07:41:00.49Z"
},
{
"app_id": 3,
"app_name": "Inno",
"icon_path": "https://onbuff.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqqaJdHMHh9y6U5PRoK9S%2Fuploads%2FPdps85D9nVCOC69c5m4i%2F2Q_img%403x.png?alt=media&token=778fb671-5bfb-4e8c-a993-615012080867",
"company_id": 1,
"company_name": "PDX",
"is_enabled": true,
"access_id": "pdx_id",
"access_pw": "pdx_pwd",
"database_id": 1,
"create_dt": "2021-12-20T07:41:13.33Z",
"modified_dt": "2021-12-20T07:41:13.33Z"
},
{
"app_id": 4,
"app_name": "Inno_2",
"icon_path": "https://file.thisisgame.com/upload/nboard/news/2022/01/18/20220118093516_2265.jpg",
"company_id": 2,
"company_name": "PDX_2",
"is_enabled": true,
"access_id": "pdx_id_2",
"access_pw": "pdx_pwd",
"database_id": 1,
"create_dt": "2022-01-18T02:06:36.052Z",
"modified_dt": "2022-01-18T02:06:36.052Z"
},
{
"app_id": 9999,
"app_name": "abcd",
"icon_path": "abcd",
"company_id": 9999,
"company_name": "abcd",
"is_enabled": true,
"access_id": "id",
"access_pw": "pwd",
"database_id": 1,
"create_dt": "2022-02-09T08:44:41.709Z",
"modified_dt": "2022-02-09T08:44:41.709Z"
}
]
}
curl --location --request GET 'http://{backoffice-domain}/m1.0/backoffice/scan/app'
key
data type
desc.
app_id
int64
포인트ID
app_name
string
포인트 이름
icon_path
string
아이콘 이미지 경로
company_id
int64
고객사ID
company_name
string
고객사명
is_enabled
bool
활성 여부 (0:비활성, 1:활성)
access_id
string
서버 접근 ID
access_pw
string
서버 접근 PW
database_id
int64
포인트 정보 생성 DB ID
created_dt
string
생성일시
modified_dt
string
수정일시
Last updated