회사 히스토리 목록 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"organizationHistoryList": [
{
"id": "<historyId>",
"organizationId":"<organizationId>",
"type": "<type>",
"fieldName": "필드 이름",
"fieldValue": "필드 값",
"ownerId": "<ownerId>",
"createdAt": "2024-03-29T11:16:26.207Z"
}
],
"nextCursor": "cursor"
}
}{
"success": false,
"message": "에러 메세지"
}Last updated
Was this helpful?