{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed JobPosts API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "JobPosts", "type": "folder" }, "items": [ { "info": { "name": "List Job Posts", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/job_posts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query", "description": "Default 100, max 500." }, { "name": "live", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ] }, "docs": "List Job Posts" }, { "info": { "name": "Retrieve Job Post", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/job_posts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Job Post" }, { "info": { "name": "Update Job Post", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/job_posts/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Job Post" }, { "info": { "name": "List Job Post Custom Locations", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/job_posts/:id/custom_locations", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Job Post Custom Locations" }, { "info": { "name": "Update Job Post Status", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/job_posts/:id/status", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Job Post Status" }, { "info": { "name": "List Job Posts For Job", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/jobs/:job_id/job_posts", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "List Job Posts For Job" }, { "info": { "name": "Retrieve Job Job Post", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/jobs/:job_id/job_posts/:id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Job Job Post" } ] } ], "bundled": true }