본문으로 건너뛰기

그룹 목록 조회

목차

Request

[GET] https://api.solapi.com/messages/v4/groups

메시지 그룹 목록을 조회합니다.


Authorization 인증 필요

Authorization 인증이란?

계정 권한회원 권한계정 상태회원 상태계정 인증
message:readrole-message:readACTIVEACTIVE

Query Params

NameTypeRequiredAllowed Operator [?]Description
criteriastringeq검색 조건에 사용되는 필드명
criteria 의 값은 'key1,key2,key3' 과 같이 ,(콤마) 로 구분되며 cond, value 와 함께 사용됩니다.
- groupId - 그룹 아이디 입니다.
- dateCreated - 그룹 생성일 입니다.
- scheduledDate - 예약 발송일 입니다.
- count.total - 그룹에 속한 메시지 총 건수입니다.
- count.sentTotal -그룹에 속한 메시지 발송 건수입니다.
condstringeq검색 조건에 사용되는 연산자
criteria 와 같이 'cond1,cond2' 와 같이 ,(콤마)로 구분되며, criteria,value 와 함께 사용됩니다.
- eq - 같음 (=)
- ne - 같지 않음 (!=)
- gt - 보다 큼 (>)
- gte - 보다 크거나 같음 (>=)
- lt - 보다 작음 (<)
- lte - 보다 작거나 같음 (<=)
valuestringeq검색 값
criteria , cond 값에 대응하는 value 입니다.
criteria='groupId,dateCreated'
cond='eq,eq'
일 경우 groupId 에 대응하는 value 값을 찾고 status 에 대응하는 값을 찾는 조건 입니다.
e.g - value='그룹아이디,생성일'
startKeystringeq현재 목록을 불러올 기준이 되는 키
limitnumbereq한 페이지에 불러옥 목록 개수
dateTypestringeq설명 없음
startDatestringeq검색 날짜 시작 범위
endDatestringeq검색 날짜 끝 범위

Response

Response Structure

{
"startKey": "string",
"limit": "number",
"nextKey": "string",
"groupList": {
"groupId": {
"count": {
"total": "number",
"sentTotal": "number",
"sentFailed": "number",
"sentSuccess": "number",
"sentPending": "number",
"sentReplacement": "number",
"refund": "number",
"registeredFailed": "number",
"registeredSuccess": "number"
},
"balance": {
"requested": "number",
"replacement": "number",
"refund": "number",
"sum": "number"
},
"point": {
"requested": "number",
"replacement": "number",
"refund": "number",
"sum": "number"
},
"app": {
"profit": {
"sms": "number",
"lms": "number",
"mms": "number",
"ata": "number",
"cta": "number",
"cti": "number",
"nsa": "number",
"rcs_sms": "number",
"rcs_lms": "number",
"rcs_mms": "number",
"rcs_tpl": "number",
"fax": "number",
"voice": "number"
},
"appId": "string",
"version": "string"
},
"sdkVersion": "string",
"osPlatform": "string",
"log": [
{
"message": "string",
"createAt": "date"
}
],
"status": "string",
"scheduledDate": "date",
"dateSent": "date",
"dateCompleted": "date",
"isRefunded": "boolean",
"flagUpdated": "boolean",
"groupId": "string",
"accountId": "string",
"apiVersion": "string",
"countForCharge": {
"sms": {
"country": "number"
},
"lms": {
"country": "number"
},
"mms": {
"country": "number"
},
"ata": {
"country": "number"
},
"cta": {
"country": "number"
},
"cti": {
"country": "number"
},
"nsa": {
"country": "number"
},
"rcs_sms": {
"country": "number"
},
"rcs_lms": {
"country": "number"
},
"rcs_mms": {
"country": "number"
},
"rcs_tpl": {
"country": "number"
},
"fax": {
"country": "number"
},
"voice": {
"country": "number"
}
},
"price": {},
"dateCreated": "date",
"dateUpdated": "date"
}
}
}

Response Description

Response /
NameTypeShould ReturnDescription
startKeystring현재 목록을 불러올 기준이 되는 키
limitnumber한 페이지에 불러옥 목록 개수
nextKeystring다음 목록을 불러올 수 있는 키
groupListobject설명 없음
Response / groupList
NameTypeShould ReturnDescription
groupIdobject그룹 아이디
Response / groupList / groupId
NameTypeShould ReturnDescription
countobject카운트
balanceobject잔액
pointobject포인트
appobject앱 정보
sdkVersionstringSDK 버전
osPlatformstringOS / Platform
logArray로그
statusstring그룹 상태
PENDING - 대기중
SENDING - 이미 발송 요청된 그룹
DELETED - 삭제 처리된 그룹
FAILED - 실패 처리된 그룹
COMPLETE - 발송 완료된 그룹
SCHEDULED - 발송 예약된 그룹
scheduledDatedate메시지 예약 날짜
dateSentdate발송 일시
dateCompleteddate완료 일시
isRefundedboolean환급 여부
flagUpdatedboolean업데이트 여부
groupIdstring그룹 아이디
accountIdstring계정 고유 번호
apiVersionstringAPI 버전
countForChargeobject차감 카운트
priceobject단가
dateCreateddate생성 일시
dateUpdateddate업데이트 일시
Response / groupList / groupId / count
NameTypeShould ReturnDescription
totalnumber토탈
sentTotalnumber전체 발송 건수
sentFailednumber발송 실패 건수
sentSuccessnumber발송 성공 건수
sentPendingnumber대기 건수
sentReplacementnumber대체 발송 건수
refundnumber환급 건수
registeredFailednumber접수 실패 건수
registeredSuccessnumber접수 성공 건수
Response / groupList / groupId / balance
NameTypeShould ReturnDescription
requestednumber차감 금액
replacementnumber대체 발송 금액
refundnumber환급 금액
sumnumber합계 금액
Response / groupList / groupId / point
NameTypeShould ReturnDescription
requestednumber차감 포인트
replacementnumber대체 발송 포인트
refundnumber환급 포인트
sumnumber합계 포인트
Response / groupList / groupId / app
NameTypeShould ReturnDescription
profitobject앱 사용 요금
appIdstring앱 아이디
versionstring앱 버전
Response / groupList / groupId / app / profit
NameTypeShould ReturnDescription
smsnumber단문 문자 사용 요금
lmsnumber장문 문자 사용 요금
mmsnumber사진 문자 사용 요금
atanumber알림톡 사용 요금
ctanumber친구톡 사용 요금
ctinumber친구톡 + 이미지 사용 요금
nsanumber네이버 스마트 알림 사용 요금
rcs_smsnumberRCS 단문 문자 사용 요금
rcs_lmsnumberRCS 장문 문자 사용 요금
rcs_mmsnumberRCS 사진 문자 사용 요금
rcs_tplnumberRCS 템플릿 문자 사용 요금
faxnumber팩스 사용 요금
voicenumber보이스콜 사용 요금
Response / groupList / groupId / log
NameTypeShould ReturnDescription
messagestring로그 메시지
createAtdate로그 기록 일시
Response / groupList / groupId / countForCharge
NameTypeShould ReturnDescription
smsobject단문 문자 차감 건수
lmsobject장문 문자 차감 건수
mmsobject사진 문자 차감 건수
ataobject알림톡 차감 건수
ctaobject친구톡 차감 건수
ctiobject친구톡 + 이미지 차감 건수
nsaobject네이버 스마트 알림 차감 건수
rcs_smsobjectRCS 단문 문자 차감 건수
rcs_lmsobjectRCS 장문 문자 차감 건수
rcs_mmsobjectRCS 사진 문자 차감 건수
rcs_tplobjectRCS 템플릿 문자 차감 건수
faxobject팩스 차감 건수
voiceobject보이스콜 차감 건수
Response / groupList / groupId / countForCharge / sms
NameTypeShould ReturnDescription
countrynumber특정국가의 단문 문자 차감 건수
Response / groupList / groupId / countForCharge / lms
NameTypeShould ReturnDescription
countrynumber특정국가의 장문 문자 차감 건수
Response / groupList / groupId / countForCharge / mms
NameTypeShould ReturnDescription
countrynumber특정국가의 사진 문자 차감 건수
Response / groupList / groupId / countForCharge / ata
NameTypeShould ReturnDescription
countrynumber특정국가의 알림톡 차감 건수
Response / groupList / groupId / countForCharge / cta
NameTypeShould ReturnDescription
countrynumber특정국가의 친구톡 차감 건수
Response / groupList / groupId / countForCharge / cti
NameTypeShould ReturnDescription
countrynumber특정국가의 친구톡 + 이미지 차감 건수
Response / groupList / groupId / countForCharge / nsa
NameTypeShould ReturnDescription
countrynumber특정국가의 네이버 스마트 알림 차감 건수
Response / groupList / groupId / countForCharge / rcs_sms
NameTypeShould ReturnDescription
countrynumber특정국가의 RCS 단문 문자 차감 건수
Response / groupList / groupId / countForCharge / rcs_lms
NameTypeShould ReturnDescription
countrynumber특정국가의 RCS 장문 문자 차감 건수
Response / groupList / groupId / countForCharge / rcs_mms
NameTypeShould ReturnDescription
countrynumber특정국가의 RCS 사진 문자 차감 건수
Response / groupList / groupId / countForCharge / rcs_tpl
NameTypeShould ReturnDescription
countrynumber특정국가의 RCS 템플릿 문자 차감 건수
Response / groupList / groupId / countForCharge / fax
NameTypeShould ReturnDescription
countrynumber특정국가의 팩스 차감 건수
Response / groupList / groupId / countForCharge / voice
NameTypeShould ReturnDescription
countrynumber특정국가의 보이스콜 차감 건수
Response / groupList / groupId / price
NameTypeShould ReturnDescription

문서 생성일 : 2024-05-23