{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/applications", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query", "description": "Default 100, max 500." }, { "name": "created_after", "value": "", "type": "query" }, { "name": "created_before", "value": "", "type": "query" }, { "name": "updated_after", "value": "", "type": "query" }, { "name": "updated_before", "value": "", "type": "query" }, { "name": "job_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of all applications across the organization." }, { "info": { "name": "Retrieve Application", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Application" }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/applications/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Application" }, { "info": { "name": "Delete Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/applications/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Application" }, { "info": { "name": "Add Application to Candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/applications", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Application to Candidate" }, { "info": { "name": "Advance Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/advance", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Move the application to the next interview stage." }, { "info": { "name": "Move Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/move", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Move the application to a specific stage." }, { "info": { "name": "Transfer Application To Job", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/transfer_to_job", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Transfer Application To Job" }, { "info": { "name": "Convert Prospect To Candidate", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/applications/:id/convert_prospect", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert Prospect To Candidate" }, { "info": { "name": "Add Application Attachment", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/attachments", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Application Attachment" }, { "info": { "name": "Hire Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/hire", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hire Application" }, { "info": { "name": "Reject Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/reject", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reject Application" }, { "info": { "name": "Update Rejection", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/applications/:id/reject", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Rejection" }, { "info": { "name": "Unreject Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/applications/:id/unreject", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Unreject Application" }, { "info": { "name": "Submit Application", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Submit a candidate application to a job posting. Accepts multipart/form-data or JSON. Requires Basic auth." } ] } ], "bundled": true }