{ "opencollection": "1.0.0", "info": { "name": "Common Room Core Activities Prospector Contacts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Prospector Contacts", "type": "folder" }, "items": [ { "info": { "name": "List prospector contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.commonroom.io/community/v1/prospector-contacts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of contacts to return per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor from a previous response" }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort results by" }, { "name": "direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "cols", "value": "", "type": "query", "description": "Comma-separated list of additional columns to include in the response.\nValid column values: `avatarUrl`, `companyName`, `companyWebsite`, `fullName`,\n`linkedInFollowerCount`, `linkedInHandle`, `location`, `role`, `seniority`,\n`skills`, `title`. The meta column `recordCount` can be requested to return\nthe total number of matching contacts in `meta.recordCount`.\n" } ] }, "docs": "Retrieve a paginated list of prospector-discovered contacts." } ] } ], "bundled": true }