본문으로 건너뛰기

개체 목록 조회

GET
/crm-core/v1/entities


개체 목록을 조회합니다. 최대 200건까지 조회되며, priority 및 생성일 기준으로 정렬됩니다.

Query Params

이름타입필수 여부허용 연산자[?]설명
keyword
String
-
eq
개체 이름으로 검색

Response

이름타입반드시 반환설명
entityId
String
O
개체 고유 아이디
accountId
String
O
계정 고유 아이디
name
String
O
개체 이름
slug
String
O
개체 슬러그
description
String
-
개체 설명
propertyIds
Array<string>
-
속성 ID 목록
viewSettings
Object
-
보기 설정
priority
Number
O
정렬 우선순위
dateCreated
Date
O
최초 생성 날짜
dateUpdated
Date
O
최근 수정 날짜

Structures