개체 조회
작성일 2026.03.24 | 수정일 2026.03.25
GET
/crm-core/v1/entities/:entityIdParameters
:entityId*— 개체 고유 아이디
특정 개체의 상세 정보를 조회합니다.
Response
Structure
Response Structure
{
"entityId": "ENT20260324090000ABCDEFGHIJKLMNO",
"accountId": "24010100001234",
"name": "샘플",
"slug": "sample-slug",
"description": "설명 텍스트",
"propertyIds": [
"샘플값"
],
"viewSettings": {
"mode": "TABLE",
"table": {
"pageSize": 20
},
"board": {
"groupByPropertyId": "ID_SAMPLE_12345",
"sumPropertyId": "ID_SAMPLE_12345",
"sortOrder": "DESC"
},
"calendar": {
"datePropertyId": "ID_SAMPLE_12345",
"titlePropertyId": "ID_SAMPLE_12345",
"colorPropertyId": "ID_SAMPLE_12345"
}
},
"ownerId": "MEM20260324090000ABCDEFGHIJKLMNO",
"priority": 1,
"dateCreated": "2026-03-24T09:00:00.000Z",
"dateUpdated": "2026-03-24T09:00:00.000Z"
}