# Get All Boards & Kits Endpoint: GET /boards-kits Version: 1.0.0 Security: ApiKeyAuth ## Query parameters: - `limit` (integer) The number of results to return (default 10). - `offset` (integer) The page number for pagination (default 0). This is multiplied by limit to get the actual offset. - `order` (string) Sorting property (default sort is by www update date). Multiple sorts can be supplied by comma concatenation. Enum: "wwwUpdateDate", "title", "boardKitType" - `orderDirection` (string) Sorting direction (default is "desc"). Multiple directions can be defined for multiple sorts. Example: "desc,asc" - `boardKitId` (string) Filter by board/kit identifier. - `boardKitType` (string) Filter by board/kit type. Enum: "development", "evaluation", "demonstration", "reference", "starter" - `category` (string) Filter by product category. ## Response 200 fields (application/json): - `data` (array) - `data.boardKitId` (string) Unique identifier for the board or kit. Example: "RX71M" - `data.wwwUpdateDate` (string) Date the Board page was last updated on the website. - `data.uuid` (string) UUID of the board or kit. Example: "5cdd14dc-21a8-4e9e-9d4d-4a83042b4e47" - `data.title` (string) Title of the board or kit. Example: "High Performance Real-time Engine 32-bit Microcontrollers for Industrial Equipment" - `data.boardKitType` (string) Type classification of the board or kit. Enum: "development", "evaluation", "demonstration", "reference", "starter" - `data.category` (array,null) Parent product category. Example: ["RX 32-Bit Performance/Efficiency MCUs"] - `data.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." - `data.features` (string) Key features and capabilities of the board or kit. Example: "On-board debugger, Arduino compatible headers, multiple interface options" - `data.applications` (string) Target applications and use cases. Example: "Industrial automation, motor control, IoT applications" - `data.additionalDetails` (string,null) Additional technical details and specifications. - `data.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"] - `data.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"}] - `data.orderableProducts.orderableId` (string) Orderable product part identifier. - `data.orderableProducts.href` (string) URL to the product part endpoint. - `data.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"}] - `data.relatedBoardsKits.boardKitId` (string) Related board or kit identifier. - `data.relatedBoardsKits.title` (string) Title of the related board or kit. - `data.relatedBoardsKits.href` (string) URL to the board/kit endpoint. - `data.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"}] - `data.featuredDocuments.agileId` (string) Agile ID of the document. - `data.featuredDocuments.dcpDocumentId` (string,null) DCP Document ID, if applicable. - `data.featuredDocuments.title` (string) Document title. - `data.featuredDocuments.type` (string) Document type. - `data.featuredDocuments.language` (string) Document language. - `data.featuredDocuments.href` (string) Public URL of the document file. - `data.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"}] - `data.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"}] - `data.softwareTools.name` (string) - `data.softwareTools.url` (string,null) - `data.partner` (array,null) Partner information if applicable. Example: [{"name":"TESSERA Technology Inc.","url":"https://www.tessera.co.jp/eng/"}] - `data.partner.name` (string) Partner company name. - `data.partner.url` (string,null) Partner website URL. - `pagination` (object) - `pagination.offset` (integer) The actual offset used (page * limit) - `pagination.limit` (integer) The number of items per page - `pagination.total` (integer) Total number of items available - `pagination.has_more` (boolean) Whether there are more items available ## Response 500 fields (application/json): - `error` (string)