커스텀 오브젝트 액티비티 목록 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"customObjectActivityList": [
{
"id": "<customObjectActivityId>",
"type": "<type>",
"date": "2024-03-29T11:16:26.207Z",
"customObjectId": "<customObjectId>",
"meetingId": "<meetingId>",
"kakaoAlimtalkId": "<kakaoAlimtalkId>",
"emailId": "<emailId>",
"messageId": "<messageId>",
"threadId": "<threadId>",
"recordingId": "<recordingId>"
}
],
"nextCursor": "cursor"
}
}{
"success": false,
"message": "에러 메세지"
}Last updated
Was this helpful?