속성 목록 조회
작성일 2026.03.24 | 수정일 2026.03.25
GET
/crm-core/v1/propertiesQuery
entityId— 개체 ID로 필터링
keyword— 속성 이름으로 검색
속성 목록을 조회합니다. 최대 500개까지 조회됩니다.
Response
Structure
Response Structure
[
{
"propertyId": "PROP20260324090000ABCDEFGHIJKLM",
"accountId": "24010100001234",
"entityId": "ENT20260324090000ABCDEFGHIJKLMNO",
"name": "샘플",
"description": "설명 텍스트",
"fieldType": "TEXT",
"propertyGroupId": "ID_SAMPLE_12345",
"options": [],
"dateCreated": "2026-03-24T09:00:00.000Z",
"dateUpdated": "2026-03-24T09:00:00.000Z"
}
]