{ "opencollection": "1.0.0", "info": { "name": "Pinpoint Applicants Comments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "List comments", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.pinpointhq.com/api/v1/comments", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page of results to return. Defaults to 1." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of results per page (0-1000). Defaults to 100." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of relationship paths to side-load, with dot notation for nested relationships (JSON:API includes)." }, { "name": "filter[application_id]", "value": "", "type": "query" } ] }, "docs": "List comments" }, { "info": { "name": "Create comment", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.pinpointhq.com/api/v1/comments", "body": { "type": "json", "data": "{}" } }, "docs": "Create comment" }, { "info": { "name": "Fetch comment", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.pinpointhq.com/api/v1/comments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Fetch comment" } ] } ], "bundled": true }