Last updated 5 months ago
GET /v2/people/history
GET
/v2/people/history
고객의 히스토리 목록을 조회합니다.
Headers
Query parameters
Response
{ "success": true, "data": { "peopleHistoryList": [ { "id": "<historyId>", "peopleId":"<peopleId>", "type": "<type>", "organization": null, "fieldName": "필드 이름", "fieldValue": "필드 값", "ownerId": "<ownerId>", "createdAt": "2024-03-29T11:16:26.207Z" } ], "nextCursor": "cursor" } }
{ "success": false, "message": "에러 메세지" }
Content-Type
application/json
Authorization
Bearer <token>
cursor
string
페이지네션을 위한 커서