API

개체 조회

작성일 2026.03.24 | 수정일 2026.03.25

GET/crm-core/v1/entities/:entityId
Parameters
:entityId*— 개체 고유 아이디

특정 개체의 상세 정보를 조회합니다.

Response

NameTypeRequiredDescription
entityIdstring*개체 고유 아이디
accountIdstring*계정 고유 아이디
namestring*개체 이름
slugstring*개체 슬러그
descriptionstring개체 설명
propertyIdsArray<String>속성 ID 목록
viewSettingsObject보기 설정
modestring*보기 모드 (TABLE, BOARD, CALENDAR)
tableObject테이블 보기 설정
pageSizenumber*페이지당 표시 개수 (기본값: 25)
boardObject보드 보기 설정
groupByPropertyIdstring그룹핑 기준 속성 ID
sumPropertyIdstring합계 속성 ID
weightPropertyIdstring가중치 속성 ID
aggregationTypestring집계 유형
sortByPropertyIdstring정렬 기준 속성 ID
sortOrderstring정렬 방향
closedWonValuesArray<String>성공 종료 값 목록
closedLostValuesArray<String>실패 종료 값 목록
calendarObject캘린더 보기 설정
datePropertyIdstring날짜 속성 ID
titlePropertyIdstring제목 속성 ID
colorPropertyIdstring색상 속성 ID
ownerIdstring개체 소유자 멤버 ID
prioritynumber*정렬 우선순위
dateCreateddate*최초 생성 날짜
dateUpdateddate*최근 수정 날짜

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" }