# 제품 가져오기 Lists all subscription-based products. Endpoint: GET /projects/{project_id}/subscriptions/products Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. ## Query parameters: - `offset` (integer) Number of the element from which the list is generated (the count starts from 0). - `limit` (integer, required) Limit for the number of elements on the page. - `group_id` (string) 이러한 요금제가 연결된 그룹의 ID입니다. - `product_id` (integer) Product ID the plans are linked to. ## Response 200 fields (application/json): - `id` (integer,null) Product ID the plans are linked to. - `description` (object) 현지화된 아이템 설명입니다. - `description.ar` (string) 아랍어. - `description.bg` (string) 불가리아어. - `description.cn` (string) 중국어(간체). - `description.cs` (string) 체코어. - `description.de` (string) 독일어. - `description.en` (string) 영어. - `description.es` (string) 스페인어. - `description.fr` (string) 프랑스어. - `description.he` (string) 히브리어. - `description.it` (string) 이탈리아어. - `description.ja` (string) 일본어. - `description.ko` (string) 한국어. - `description.pl` (string) 폴란드어. - `description.pt` (string) 포르투갈어. - `description.ro` (string) 루마니아어. - `description.ru` (string) 러시아어. - `description.th` (string) 태국어. - `description.tr` (string) 터키어. - `description.tw` (string) 중국어(번체). - `description.vi` (string) 베트남어. - `group_id` (string) 제품이 연결된 그룹의 ID입니다. - `name` (string) 제품 이름입니다.