API

속성 조회

작성일 2026.03.24 | 수정일 2026.03.25

GET/crm-core/v1/properties/:propertyId
Parameters
:propertyId*— 속성 고유 아이디

특정 속성의 상세 정보를 조회합니다.

Response

NameTypeRequiredDescription
propertyIdstring*속성 고유 아이디
accountIdstring*계정 고유 아이디
entityIdstring*개체 ID
namestring*속성 이름
descriptionstring속성 설명
fieldTypestring*속성 유형
propertyGroupIdstring속성 그룹 ID
optionsArray<Object>선택지 목록
labelstring*선택지 라벨
valuestring*선택지 값
prioritynumber*정렬 순서
dateCreateddate*최초 생성 날짜
dateUpdateddate*최근 수정 날짜

Structure

Response Structure
{ "propertyId": "PROP20260324090000ABCDEFGHIJKLM", "accountId": "24010100001234", "entityId": "ENT20260324090000ABCDEFGHIJKLMNO", "name": "샘플", "description": "설명 텍스트", "fieldType": "TEXT", "propertyGroupId": "ID_SAMPLE_12345", "options": [ { "label": "라벨", "value": "샘플값", "priority": 1 } ], "dateCreated": "2026-03-24T09:00:00.000Z", "dateUpdated": "2026-03-24T09:00:00.000Z" }