일별 수익 상세 조회
작성일 2026.03.20 | 수정일 2026.03.20
GET
/appstore/v2/profits/daily/detailQuery
startDate— 조회 시작일
endDate— 조회 종료일
appId— 특정 앱 ID로 필터링
offset— 페이지네이션 시작 위치
limit— 반환할 레코드 수
type— 앱 타입 필터 (APP, SITE, ALL. 기본값: APP)
앱의 일별 상세 수익 내역을 조회합니다.
Response
상세 수익 내역을 배열로 반환합니다.
Structure
Response
[
{
"appName": "메시지 발송 도우미",
"date": "2024-03-15",
"accountId": "12345678901234",
"profit": {
"sms": 2,
"lms": 5,
"mms": 10,
"ata": 3,
"cta": 8,
"cti": 0,
"nsa": 0,
"rcs_sms": 0,
"rcs_lms": 0,
"rcs_mms": 0,
"rcs_tpl": 0,
"rcs_itpl": 0,
"rcs_ltpl": 0,
"fax": 0,
"voice": 0,
"bms_text": 0,
"bms_image": 0,
"bms_wide": 0,
"bms_wide_item_list": 0,
"bms_carousel_feed": 0,
"bms_premium_video": 0,
"bms_commerce": 0,
"bms_carousel_commerce": 0,
"bms_free": 0
},
"sumProfit": 2500,
"count": 500,
"balance": 2000,
"point": 500
}
]