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