# 아이템 그룹 목록 가져오기 카탈로그 작성을 위한 아이템 그룹 목록을 가져옵니다. Endpoint: GET /v2/project/{project_id}/items/groups Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) 프로젝트 ID. Example: 44056 ## Response 200 fields (application/json): - `groups` (array) Example: [{"children":[{"children":[{"children":[],"description":"Accessory","external_id":"accessory","level":2,"name":"Accessory","order":1,"parent_external_id":"background"}],"description":"Background description","external_id":"background","level":1,"name":"Background","order":1,"parent_external_id":"hair"}],"description":"Hair description","external_id":"hair","level":0,"name":"Hair","order":1},{"children":[],"description":"Super description","external_id":"group_external_id","level":0,"name":"Super","order":1}] - `groups.children` (array) 하위 그룹. Example: [{"children":[{"children":[],"description":"Accessory","external_id":"accessory","level":2,"name":"Accessory","order":1,"parent_external_id":"background"}],"description":"Background description","external_id":"background","level":1,"name":"Background","order":1,"parent_external_id":"hair"}] - `groups.children.description` (string) 그룹 설명. Example: "Background description" - `groups.children.external_id` (string) 외부 그룹 ID입니다. Example: "background" - `groups.children.image_url` (string) 그룹 이미지 URL. - `groups.children.level` (integer) 그룹 중첩 수준. Example: 1 - `groups.children.name` (string) 그룹 이름. Example: "Background" - `groups.children.order` (integer) 정렬 순서를 정의합니다. Example: 1 - `groups.children.parent_external_id` (string) 상위 외부 그룹 ID입니다. Example: "hair" - `groups.image_url` (string) 이미지 URL.