{ "opencollection": "1.0.0", "info": { "name": "Common Room Core Activities Tech Stack Products API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tech Stack Products", "type": "folder" }, "items": [ { "info": { "name": "List tech stack products", "type": "http" }, "http": { "method": "GET", "url": "https://api.commonroom.io/community/v1/tech-stack-products", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of products to return per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor from a previous response" }, { "name": "query", "value": "", "type": "query", "description": "Search text to filter products by name" } ] }, "docs": "Retrieve a paginated list of technographic products, optionally filtered by search query." } ] } ], "bundled": true }