Last updated 6 months ago
GET /v2/people/activity
GET
/v2/people/activity
고객 액티비티 목록을 조회합니다.
Headers
Query parameters
Response
{ "success": true, "data": { "peopleActivityList": [ { "id": "<peopleActivityId>", "type": "<type>", "date": "2024-03-29T11:16:26.207Z", "peopleId": "<peopleId>", "webFormId": "<webFormId>", "smsId": "<smsId>", "todoId": "<todoId>", "memoId": "<memoId>", "emailMessageId": "<emailMessageId>", } ], "nextCursor": "cursor" } }
{ "success": false, "message": "에러 메세지" }
Content-Type
application/json
Authorization
Bearer <token>
cursor
string
페이지네션을 위한 커서