RCS
RCS 메시지 발송 상세 조회
특정 메시지 그룹의 발송 요청 상세 정보를 조회합니다.
get/v2/messages/rcs/groups/{groupId}
Path parameters
groupIdstring required
조회할 RCS 메시지 그룹 ID 입니다.
Response
RCS 메시지 발송 상세 조회가 성공적으로 완료되었습니다. 요청한 메시지의 발송 상태와 정보가 반환됩니다.
Example response
{
"code": 200,
"message": "성공",
"data": {
"groupId": "004a6217-f06c-40f6-8f39-bf35b3f76111",
"channelId": "1",
"contactsGroups": [
"1111",
"2222"
],
"contactsMemberId": [
"1111",
"2222"
],
"countRequest": 1000,
"title": "중요한 안내 사항",
"message": "안녕하세요. 문자 메시지 발송 테스트입니다.",
"messageType": "SMS",
"requestIp": "192.168.1.100",
"senderNumber": "01087654321",
"repeatCount": 5,
"repeatInterval": 10,
"repeatUnit": "MINUTE",
"repeatStartTime": "2024-01-15T10:00:00Z",
"userId": "12345",
"isUseApi": true,
"imageIds": [
"IMG019048efaefa7d888ae9801406be243a",
"IMG019048efaefa7d888ae9801406be243b"
],
"messageCount": 950,
"standbyCount": 50,
"sendingCount": 100,
"succeededCount": 800,
"failedCount": 50,
"canceledCount": 10,
"blockedCount": 5,
"pointId": "point_12345",
"usedPoints": 1100,
"refundPoints": 550,
"usedNetPoints": 1000,
"refundNetPoints": 500,
"usedVatPoints": 100,
"refundVatPoints": 50,
"unitCost": "10.0",
"groupStatus": "COMPLETED",
"reservedStatus": "RESERVED",
"cancelStatus": "CANCELED",
"createdAt": "2024-01-15T10:30:00Z"
}
}