{ "opencollection": "1.0.0", "info": { "name": "Renesas Web Data Board & Kit Product API", "version": "1.2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Get All Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.renesas.com/web-data/v1/products", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results to return (default 10)." }, { "name": "offset", "value": "", "type": "query", "description": "The page number for pagination (default 0). This is multiplied by limit to get the actual offset." }, { "name": "order", "value": "wwwUpdateDate,title", "type": "query", "description": "Sorting property (default sort is by www update date). Multiple sorts can be supplied by comma concatenation." }, { "name": "orderDirection", "value": "desc,asc", "type": "query", "description": "Sorting direction (default is \"desc\"). Multiple directions can be defined for multiple sorts." }, { "name": "productId", "value": "", "type": "query", "description": "Filter by product identifier." }, { "name": "category", "value": "", "type": "query", "description": "Filter by product category." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get All Products" }, { "info": { "name": "Get Product by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.renesas.com/web-data/v1/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "The unique identifier of the product." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Product by ID" } ] } ], "bundled": true }