# 获取属性列表(管理) 从项目中获取用于管理的属性列表。 Endpoint: GET /v2/project/{project_id}/admin/attribute Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 ## Query parameters: - `limit` (integer) 页面上元素数量的限制。 Example: 50 - `offset` (integer) 元素编号,从该元素开始生成列表(从0开始数)。 ## Response 200 fields (application/json): - `attributes` (array) Example: [{"value":[{"external_id":"genre","name":{"de":"Genre","en":"Genre"}}]}] - `attributes.external_id` (string) 唯一属性ID。 external_id只能包含大小写英文字母和数字字符、破折号和下划线。 Example: "attribute_1" - `attributes.name` (object) 包含本地化属性名称的对象。编码按照ISO 3166-1的规定。 Example: {"de":"Genre","en":"Genre"} - `total_count` (integer) ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401