{ "opencollection": "1.0.0", "info": { "name": "Willo Integration API V2 Child Organisations Interviews API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Interviews", "type": "folder" }, "items": [ { "info": { "name": "List Interviews", "type": "http" }, "http": { "method": "GET", "url": "https://api.willotalent.com/api/integrations/v2/interviews/" }, "docs": "Lists interviews (jobs) accessible to the API key." }, { "info": { "name": "Create Interview", "type": "http" }, "http": { "method": "POST", "url": "https://api.willotalent.com/api/integrations/v2/interviews/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an interview with a list of pre-defined questions." }, { "info": { "name": "Interview Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.willotalent.com/api/integrations/v2/interviews/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ] }, "docs": "Retrieves a single interview, including its questions." }, { "info": { "name": "Update Interview (PUT)", "type": "http" }, "http": { "method": "PUT", "url": "https://api.willotalent.com/api/integrations/v2/interviews/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fully replaces an interview." }, { "info": { "name": "Update Interview (PATCH)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.willotalent.com/api/integrations/v2/interviews/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially updates an interview." }, { "info": { "name": "Delete Interview", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.willotalent.com/api/integrations/v2/interviews/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ] }, "docs": "Deletes an interview." } ] } ], "bundled": true }