# アイテムグループリストを取得する カタログを作成するためのアイテムグループリストを取得します。 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。