# 지정된 특성 가져오기 지정된 특성을 가져옵니다. Endpoint: GET /v2/project/{project_id}/admin/attribute/{external_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 - `external_id` (string, required) 특성 외부 ID입니다. Example: "attribute_id" ## Response 200 fields (application/json): - `external_id` (string) 고유 특성 ID입니다. external_id는 소문자 및 대문자 라틴 영숫자, 대시 및 밑줄만 포함할 수 있습니다. Example: "attribute_1" - `name` (object) 특성의 이름에 대한 현지화가 있는 개체입니다. 키는 ISO 3166-1에 따라 지정되어 있습니다. Example: {"de":"Genre","en":"Genre"} ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields (application/json): - `errorCode` (integer) Example: 9901 - `errorMessage` (string) Example: "[0401-9901]: Attribute not found." - `statusCode` (integer) Example: 404 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"