# Get Board or Kit by ID Endpoint: GET /boards-kits/{board_kit_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `board_kit_id` (string, required) The unique identifier of the board or kit. ## Response 200 fields (application/json): - `boardKitId` (string) Unique identifier for the board or kit. Example: "RX71M" - `wwwUpdateDate` (string) Date the Board page was last updated on the website. - `uuid` (string) UUID of the board or kit. Example: "5cdd14dc-21a8-4e9e-9d4d-4a83042b4e47" - `title` (string) Title of the board or kit. Example: "High Performance Real-time Engine 32-bit Microcontrollers for Industrial Equipment" - `boardKitType` (string) Type classification of the board or kit. Enum: "development", "evaluation", "demonstration", "reference", "starter" - `category` (array,null) Parent product category. Example: ["RX 32-Bit Performance/Efficiency MCUs"] - `description` (string) Detailed description of the board or kit. Example: "32-bit microcontroller capable of up to 240 MHz operation. Employs the RXv2 core, a more powerful evolved form of the RX core that was used in previous RX devices, while maintaining compatibility. Realizes 1160 CoreMark, the top performance among microcontrollers with built-in flash. Cache optimized for flash memory (AFU) can realize equivalent of 240-MHz zero wait flash memory access. The wait time for the CPU is a mere 1 cycle thanks to the 120-MHz zero wait access flash memory. This extremely high-speed memory access brings out the full performance of the CPU. Built-in AES, DES, SHA, and RNG protect data on a network. Built-in trusted memory function forbids reading of code from a specified area of the built-in flash memory. Equipped with up to 4 MB of code ROM and 552 KB of work RAM to support the increasing code/work area demanded by IoT network control and other applications." - `features` (string) Key features and capabilities of the board or kit. Example: "On-board debugger, Arduino compatible headers, multiple interface options" - `applications` (string) Target applications and use cases. Example: "Industrial automation, motor control, IoT applications" - `additionalDetails` (string,null) Additional technical details and specifications. - `images` (array) Array of image URLs for the board or kit. Example: ["https://www.renesas.com/sites/default/files/rx71m-evb-top.jpg","https://www.renesas.com/sites/default/files/rx71m-evb-bottom.jpg"] - `orderableProducts` (array) List of orderable product parts associated with this board/kit. Example: [{"orderableId":"R5F571MFCDFB#V0","href":"https://api.renesas.com/web-data/v1/product-parts/R5F571MGCDFB%2310"},{"orderableId":"R5F571MFCDFC#V0","href":"https://api.renesas.com/web-data/v1/product-parts/R5F571MGCDFB%2330"}] - `orderableProducts.orderableId` (string) Orderable product part identifier. - `orderableProducts.href` (string) URL to the product part endpoint. - `relatedBoardsKits` (array) List of related product identifiers. Example: [{"boardKitId":"RX71M-Starter-Kit-Plus","title":"Renesas Starter Kit+ for RX71M","href":"https://api.renesas.com/web-data/v1/boards-kits/RX71M-Starter-Kit-Plus"},{"boardKitId":"YRPBRX71M","title":"RX71M Revelation Kit - Easy Evaluation and Development with RX71M","href":"https://api.renesas.com/web-data/v1/boards-kits/YRPBRX71M"}] - `relatedBoardsKits.boardKitId` (string) Related board or kit identifier. - `relatedBoardsKits.title` (string) Title of the related board or kit. - `relatedBoardsKits.href` (string) URL to the board/kit endpoint. - `featuredDocuments` (array) Featured documents associated with the board/kit. Example: [{"agileId":"X0052700","dcpDocumentId":"R01DS0249EJ0120","title":"RX71M Datasheet Group Rev.1.20","type":"Datasheet","language":"en","href":"https://api.renesas.com/web-data/v1/documents/R01DS0249EJ0120"}] - `featuredDocuments.agileId` (string) Agile ID of the document. - `featuredDocuments.dcpDocumentId` (string,null) DCP Document ID, if applicable. - `featuredDocuments.title` (string) Document title. - `featuredDocuments.type` (string) Document type. - `featuredDocuments.language` (string) Document language. - `featuredDocuments.href` (string) Public URL of the document file. - `relatedDocuments` (array) List of related document identifiers. Example: [{"agileId":"X0052700","dcpDocumentId":"R01DS0249EJ0120","title":"RX71M Datasheet Group Rev.1.20","type":"Datasheet","language":"en","href":"https://api.renesas.com/web-data/v1/documents/R01DS0249EJ0120"}] - `softwareTools` (array) Compatible software tools and development environments. Example: [{"name":"e2 studio","url":"https://www.renesas.com/en/software-tool/e2-studio"},{"name":"Renesas Flash Programmer (Programming GUI)","url":"https://www.renesas.com/en/software-tool/renesas-flash-programmer-programming-gui"}] - `softwareTools.name` (string) - `softwareTools.url` (string,null) - `partner` (array,null) Partner information if applicable. Example: [{"name":"TESSERA Technology Inc.","url":"https://www.tessera.co.jp/eng/"}] - `partner.name` (string) Partner company name. - `partner.url` (string,null) Partner website URL. ## Response 404 fields (application/json): - `error` (string) ## Response 500 fields (application/json): - `error` (string)