RCS
RCS 메시지 그룹 리스트 조회
사용자가 발송한 메시지 그룹들 리스트를 조회합니다.
get/v2/messages/rcs/groups
Query parameters
limitnumber
응답받을 데이터 수 (max:100, min:1, default:30)
cursorstring
응답받을 데이터 오프셋
Response
RCS 메시지 그룹 리스트 조회가 성공적으로 완료되었습니다. 요청한 메시지의 발송 상태와 정보가 반환됩니다.
Example response
{
"items": [
{
"isUseApi": true,
"groupId": "004a6217-f06c-40f6-8f39-bf35b3f76111",
"status": "COMPLETED",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T11:00:00Z",
"pointId": "point_12345",
"unitCosts": 15,
"usedPoints": 1650,
"refundPoints": 450,
"usedNetPoints": 1500,
"refundNetPoints": 409,
"usedVatPoints": 150,
"refundVatPoints": 41,
"processedCount": 900,
"canceledCount": 20,
"messagesCount": 1000,
"userId": "12345"
}
]
}