이벤트 응모이력
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
evtNostringOptionalExample:
이벤트번호
791trgmnSeqstringOptionalExample:
응모번호
1234mbrNostringOptionalExample:
회원번호
100001234sbscAplyDtmLocalDateOptionalExample:
응모일자
2023-09-14siteNostringOptionalExample:
사이트번호
1pageIdxstringRequiredExample:
현재 페이지
1rowsPerPagestringRequiredExample:
페이지 당 row
10Responses
200
응모이력 조회 성공
*/*
totalCountinteger · int32Optional
900
응모이력 조회 실패
*/*
get/v2/marketing/eventApplicationHistory/getEventApplicationHistoryList
GET /api/bo/v2/marketing/eventApplicationHistory/getEventApplicationHistoryList?pageIdx=text&rowsPerPage=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"qryGbCd": 20,
"indInfoQryCaus": "환불처리작업",
"trgmnSeq": "text",
"evtNo": "text",
"evtNm": "text",
"evtType": "text",
"siteNm": "text",
"mbrNo": "text",
"mbrNm": "text",
"loginId": "text",
"emailAddr": "text",
"cellNo": "text",
"cellSctNo": "text",
"cellTxnoNo": "text",
"cellEndNo": "text",
"sbscAplyDtm": "2026-01-01T00:00:00.000Z"
}
]
}마지막 업데이트