{"info":{"_postman_id":"3df55850-a618-42fe-a54a-bd926625963d","name":"EasyHire API","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>Internal API. It could change in any moment.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"1373832","collectionId":"3df55850-a618-42fe-a54a-bd926625963d","publishedId":"TzK2YZ2G","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"20ae49"},"publishDate":"2021-04-28T14:22:48.000Z"},"item":[{"name":"Authorization","item":[{"name":"Log in","id":"15e755ed-bfd2-4707-a69d-289eb275fb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"[admin_email]","description":"<p>Email</p>\n","type":"text"},{"key":"password","value":"[admin_password]","description":"<p>Password</p>\n","type":"text"}]},"url":"https://interviews.easyhire.me/rest-login","description":"<p>Returns a token that should be places in the <strong>x-easyhire-authtoken</strong> header in all requests.\nToken is valid for 24 hours.</p>\n","urlObject":{"protocol":"https","path":["rest-login"],"host":["interviews","easyhire","me"],"query":[],"variable":[]}},"response":[{"id":"f74f685b-644b-4872-b6ec-eef6652f291e","name":"Authorization","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"email","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"https://interview.easyhire.me/rest-login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"15e755ed-bfd2-4707-a69d-289eb275fb10"}],"id":"526eb538-d9ee-4d2c-9cb2-66d5fb49226b","_postman_id":"526eb538-d9ee-4d2c-9cb2-66d5fb49226b","description":""},{"name":"Interviews","item":[{"name":"Get all","id":"e86dd8d4-6e4c-462f-a929-871b10e7d86e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://interview.easyhire.me/interviews","description":"<p>Get all interviews for the user</p>\n","urlObject":{"path":["interviews"],"host":["https://interview.easyhire.me"],"query":[{"disabled":true,"description":{"content":"<p>Return only number of total interviews that match query</p>\n","type":"text/plain"},"key":"count","value":"false"},{"disabled":true,"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Interviews count per page</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>Two dates separated by comma. Return interviews finished between this dates.\nDate format depends on the user locale.\nE.g. for en locale it would be MM/DD/YYY. For az locale it would be DD.MM.YYY</p>\n","type":"text/plain"},"key":"endDates","value":null},{"disabled":true,"description":{"content":"<p>Could be 'pending', 'finished', 'expired', 'archived'</p>\n","type":"text/plain"},"key":"status","value":null},{"disabled":true,"description":{"content":"<p>Job ID</p>\n","type":"text/plain"},"key":"job","value":null},{"disabled":true,"description":{"content":"<p>Candidate user ID</p>\n","type":"text/plain"},"key":"candidate","value":null},{"disabled":true,"description":{"content":"<p>Interviewer user ID</p>\n","type":"text/plain"},"key":"interviewer","value":null},{"disabled":true,"description":{"content":"<p>Two numbers between 0 and 5 separated by comma</p>\n","type":"text/plain"},"key":"rating","value":null},{"disabled":true,"description":{"content":"<p>Could be 'live', 'on-demand', 'on-site', 'assessment'</p>\n","type":"text/plain"},"key":"type","value":null}],"variable":[]}},"response":[{"id":"f2d0710f-b1b6-4f3b-8448-11e8c4bbd975","name":"Get completed interviews for a job between two dates","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://interview.easyhire.me/interviews?count=false&page=1&limit=2&endDates=05%2F01%2F2021%2C08%2F01%2F2021&job=5ee8becf87682428a7e3e25a&status=finished","host":["https://interview.easyhire.me"],"path":["interviews"],"query":[{"key":"count","value":"false","description":"Return only number of total interviews that match query"},{"key":"page","value":"1","description":"Current page"},{"key":"limit","value":"2","description":"Interviews count per page"},{"key":"endDates","value":"05%2F01%2F2021%2C08%2F01%2F2021","description":"Two dates separated by comma. Return interviews finished between this dates.\nDate format depends on the user locale.\nE.g. for en locale it would be MM/DD/YYY. For az locale it would be DD.MM.YYY"},{"key":"job","value":"5ee8becf87682428a7e3e25a","description":"Job ID"},{"key":"status","value":"finished"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e86dd8d4-6e4c-462f-a929-871b10e7d86e"},{"name":"Create","id":"c3cf832f-2ab5-46a7-853a-9b7139e6fbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"candidates","value":"","description":"<p>Array of candidates: email, name (optional), phone (optional). Example: [<a href=\"mailto:candidate_email@easyhire.me\">candidate_email@easyhire.me</a>, '', '']</p>\n","type":"text"},{"key":"job","value":"","description":"<p>Job ID</p>\n","type":"text"},{"key":"type","value":"","description":"<p>Type of interview. Could be: 'on-demand', 'live', 'on-site', 'assessment'.</p>\n","type":"text"},{"key":"expiresInDays","value":"","description":"<p>number</p>\n","type":"text"},{"key":"interviewer","value":"","description":"<p>HR manager ID or object { name: 'HR manager name', email: '<a href=\"mailto:hr_manager@easyhire.me\">hr_manager@easyhire.me</a>' }</p>\n","type":"text"},{"key":"observers","value":"","description":"<p>Array of team's members ID</p>\n","type":"text"},{"key":"location","value":"","description":"<p>string. Require for only On-Site interview</p>\n","type":"text"},{"key":"questionSet","value":"","description":"<p>Question set ID</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/interviews","description":"<p>Create an interview</p>\n","urlObject":{"path":["interviews"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"84851706-53f9-4d9b-8614-4064ee6179f2","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"candidates\": [\n        \"candidate@example.com,Sample Candidate,+1-202-555-0120\"\n    ],\n    \"type\": \"on-demand\",\n    \"job\": \"608841c6c4c76a5fd44ce97d\",\n    \"expiresInDays\": 5,\n    \"interviewer\": \"6089271ac4c76a5fd44cf205\",\n    \"questionSet\": \"6088390c25f89857a3291701\",\n    \"timeZone\": 180\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/interviews?job","host":["https://interview.easyhire.me"],"path":["interviews"],"query":[{"key":"job","value":null,"description":"Job ID","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3cf832f-2ab5-46a7-853a-9b7139e6fbd0"},{"name":"Get one","id":"9cbb9df2-a787-49b9-b0ef-0e5417dbb994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://interview.easyhire.me/interviews/:id","description":"<p>Get one interview with matching id if user has access</p>\n","urlObject":{"path":["interviews",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"bacbd999-dd68-43d3-9c4f-e80a845a6b8b","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9cbb9df2-a787-49b9-b0ef-0e5417dbb994"},{"name":"Update","id":"1185179d-d1b0-49f2-a1ec-27d9f4b3153c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"onlySave","value":"true","description":"<p>Only for <code>on-site</code> and <code>live</code> interviews.</p>\n<p>If <code>false</code>, email notification to candidate will be sent and interview status will be changed to the <code>unscheduled</code>.</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/interviews/:id","description":"<p>Update an interview data.</p>\n","urlObject":{"path":["interviews",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"92be85e9-44c8-4c8b-b47e-e0a8338d0914","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://interview.easyhire.me/interviews/:id","host":["https://interview.easyhire.me"],"path":["interviews",":id"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Interview ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1185179d-d1b0-49f2-a1ec-27d9f4b3153c"},{"name":"Delete","id":"ff012b34-f141-4052-a0ae-a49981f2e7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://interview.easyhire.me/interviews/:id","description":"<p>Delete finished interview</p>\n","urlObject":{"path":["interviews",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"47f477b9-5df9-4809-8aa8-2c7e2ec9ffc7","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"ed0d308b-34d7-4560-b199-882fed3e2095","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id","host":["https://interview.easyhire.me"],"path":["interviews",":id"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ff012b34-f141-4052-a0ae-a49981f2e7ff"},{"name":"Cancel","id":"47bac96c-f7de-4181-9544-6503e37e6a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://interview.easyhire.me/interviews/:id/cancel","description":"<p>Cancel not started interview.</p>\n","urlObject":{"path":["interviews",":id","cancel"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"7dff50e8-a5e9-4a44-a7aa-ac721ae14e48","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"c7c5ba36-66c4-430a-b79e-b8e2fab206ba","name":"Cancel","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/cancel","host":["https://interview.easyhire.me"],"path":["interviews",":id","cancel"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"47bac96c-f7de-4181-9544-6503e37e6a12"},{"name":"Resend invite","id":"59cee7ec-97ce-4f93-a64c-bc83f1eaeca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interviews/:id/resend","description":"<p>Resend email with invite to the candidate</p>\n","urlObject":{"path":["interviews",":id","resend"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"94d773c5-49f3-4759-aab8-76eedc7c71b7","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5639e540-bd76-4735-a948-117f7bfda59a","name":"Resend invite","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/resend","host":["https://interview.easyhire.me"],"path":["interviews",":id","resend"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Interview ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"59cee7ec-97ce-4f93-a64c-bc83f1eaeca3"},{"name":"Extend","id":"d02e24f9-18af-4175-b654-da8eac6408ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"days","value":"","description":"<p>number</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/interviews/:id/extend","description":"<p>Extend expiration period for interview</p>\n","urlObject":{"path":["interviews",":id","extend"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"4572a5a7-97c6-4bda-8fb1-c227337b30bc","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"8000e76a-5414-42af-8980-f37af9afd3e8","name":"Extend","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"days","value":"3","type":"text"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/interviews/:id/extend","host":["https://interview.easyhire.me"],"path":["interviews",":id","extend"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d02e24f9-18af-4175-b654-da8eac6408ed"},{"name":"Restore","id":"08a1a277-0de2-4177-85be-ff481ecedfc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://interview.easyhire.me/interviews/:id/restore","description":"<p>Restore archived interview</p>\n","urlObject":{"path":["interviews",":id","restore"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"fcd0531c-5e39-4044-b693-7f91f214a337","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"12452af5-a5af-44e6-a195-460e9057f69f","name":"Restore","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/restore","host":["https://interview.easyhire.me"],"path":["interviews",":id","restore"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Interview ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"08a1a277-0de2-4177-85be-ff481ecedfc4"},{"name":"Report","id":"561bed17-e943-48b1-8842-fd82bb8b74b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interviews/:id/report/:userId","description":"<p>Send interview report.</p>\n<p>If userId is not provided, report will be sent to interviewer and all observers.</p>\n<p>If userId is provided, report will be send only to this specific user.</p>\n","urlObject":{"path":["interviews",":id","report",":userId"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"917dbd4c-f0b4-4413-9dd9-80ff6a8a03e3","description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"a527696c-a8cb-4ee9-927b-1f5b24aadbed","description":{"content":"<p>[Optional] User id</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"450e810b-47a0-421a-a821-db41d36faa06","name":"Report to all","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/report","host":["https://interview.easyhire.me"],"path":["interviews",":id","report"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"26e816fc-3176-4575-b31e-13a36ae61414","name":"Report to single user","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/report/:userId","host":["https://interview.easyhire.me"],"path":["interviews",":id","report",":userId"],"variable":[{"key":"id","value":""},{"key":"userId","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"561bed17-e943-48b1-8842-fd82bb8b74b9"},{"name":"Get observers list","id":"33e7573b-5338-41f3-8524-c1f35cd7f054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interviews/:id/observers","description":"<p>Get list of observers for the interview</p>\n","urlObject":{"path":["interviews",":id","observers"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"id":"022ae867-84aa-41d3-b76d-f25fb52bb2cb","description":{"content":"<p>Interview Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"731b85f1-1176-4699-9b3a-6df6ccd4c7fe","name":"Get observers list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interviews/:id/observers","host":["https://interview.easyhire.me"],"path":["interviews",":id","observers"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Interview Id"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"33e7573b-5338-41f3-8524-c1f35cd7f054"},{"name":"Add observer","id":"aec150ca-d649-45e5-90cd-86fb47c7daaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text","description":"<p>Observer email</p>\n"},{"key":"fullName","value":"","type":"text","description":"<p>[Optional] Observer name</p>\n"}]},"url":"https://interview.easyhire.me/interviews/:id/observers","urlObject":{"path":["interviews",":id","observers"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"60fbb2d2-9517-43eb-9d09-af9042a918b5","name":"Add observer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"observer@example.com","type":"text"},{"key":"fullName","value":"John Smith","type":"text"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/interviews/:id/observers","host":["https://interview.easyhire.me"],"path":["interviews",":id","observers"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Interview ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"aec150ca-d649-45e5-90cd-86fb47c7daaa"}],"id":"01592e97-54cf-4567-95e2-1ff1a1cf50f9","_postman_id":"01592e97-54cf-4567-95e2-1ff1a1cf50f9","description":""},{"name":"Interview State","item":[{"name":"Get one","id":"e25bdbfa-6390-4d3c-b3c6-1049516ea4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interview-states/:interviewId","description":"<p><code>transcription</code> param is exists only if interview has transcription</p>\n","urlObject":{"path":["interview-states",":interviewId"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[{"id":"40699412-dafe-4231-be75-465fc3864228","name":"Get one","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interview-states/:id","host":["https://interview.easyhire.me"],"path":["interview-states",":id"],"variable":[{"key":"id","value":"60d9bcf92b167659a867c004","description":"Interview ID"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": {\n        \"codeEditorSettings\": {\n            \"show\": false\n        },\n        \"isStarted\": true,\n        \"isInProgress\": false,\n        \"showCandidateQuestion\": false,\n        \"lastAskedQuestionNumber\": 9\n    },\n    \"_id\": \"60d9bcf92b167659a867c005\",\n    \"interview\": \"60d9bcf92b167659a867c004\",\n    \"questions\": [\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [\n                      {\n                        \"_id\": \"61308b5d5f9bade6ee087b65\",\n                        \"text\": \"variant 1\",\n                        \"selected\": true,\n                        \"isCorrect\": true,\n                        \"id\": \"61308b5d5f9bade6ee087b65\"\n                      },\n                      {\n                        \"_id\": \"61308b5d5f9bade6ee087b66\",\n                        \"text\": \"variant 2\",\n                        \"selected\": false,\n                        \"isCorrect\": false,\n                        \"id\": \"61308b5d5f9bade6ee087b66\"\n                      }\n                    ],\n                    \"isMulti\": false,\n                    \"isOne\": true,\n                    \"selectedCorrectAnswers\": 1,\n                    \"selectedIncorrectAnswers\": 0,\n                    \"totalCorrectAnswers\": 1\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": true,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c0fc\",\n            \"questionId\": \"60d5c216b2138731e6c68458\",\n            \"type\": \"verbal\",\n            \"question\": \"Hello! Please introduce yourself. Tell us about your current position and past experience?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:15:14.567Z\",\n            \"order\": 0,\n            \"timeElapsed\": 45,\n            \"isText\": false,\n            \"isVerbal\": false,\n            \"isTest\": true,\n            \"isVideo\": false,\n            \"id\": \"60d9bdcb2b167659a867c0fc\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c0fd\",\n            \"questionId\": \"60d5c216b2138731e6c6845b\",\n            \"type\": \"verbal\",\n            \"question\": \"Tell us about your main achievements in hiring.\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:15:59.886Z\",\n            \"order\": 1,\n            \"timeElapsed\": 18,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c0fd\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c0fe\",\n            \"questionId\": \"60d5c216b2138731e6c6845a\",\n            \"type\": \"verbal\",\n            \"question\": \"Tell me about the last interviews you’ve conducted. What was key in determining if candidates were a good fit?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:17.854Z\",\n            \"order\": 2,\n            \"timeElapsed\": 9,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c0fe\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c0ff\",\n            \"questionId\": \"60d5c216b2138731e6c68459\",\n            \"type\": \"verbal\",\n            \"question\": \"What tools do you use for sourcing? Why do you choose those over others?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:26.529Z\",\n            \"order\": 3,\n            \"timeElapsed\": 6,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c0ff\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c100\",\n            \"questionId\": \"60d5c216b2138731e6c6845d\",\n            \"type\": \"verbal\",\n            \"question\": \"Tell me about the most challenging role you’ve ever worked. What was it and what made it difficult?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:32.998Z\",\n            \"order\": 4,\n            \"timeElapsed\": 6,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c100\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c101\",\n            \"questionId\": \"60d5c216b2138731e6c6845c\",\n            \"type\": \"verbal\",\n            \"question\": \"What resources do you reference to stay current with recruiting trends?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:39.261Z\",\n            \"order\": 5,\n            \"timeElapsed\": 7,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c101\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c102\",\n            \"questionId\": \"60d5c216b2138731e6c68460\",\n            \"type\": \"verbal\",\n            \"question\": \"Think of the last senior member of your company you hired (engineering, sales, marketing). What was their job title. What actions did you take to bring them to your company?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:46.247Z\",\n            \"order\": 6,\n            \"timeElapsed\": 7,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c102\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c103\",\n            \"questionId\": \"60d5c216b2138731e6c6845e\",\n            \"type\": \"verbal\",\n            \"question\": \"Take me through the steps you take to build a talent pipeline.\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:53.200Z\",\n            \"order\": 7,\n            \"timeElapsed\": 7,\n            \"transcription\": \"Answer transcription here\",\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c103\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c104\",\n            \"questionId\": \"60d5c216b2138731e6c6845f\",\n            \"type\": \"verbal\",\n            \"question\": \"How do you measure quality of hire?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:16:59.703Z\",\n            \"order\": 8,\n            \"timeElapsed\": 7,\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c104\"\n        },\n        {\n            \"options\": {\n                \"test\": {\n                    \"options\": [],\n                    \"isMulti\": false,\n                    \"isOne\": false,\n                    \"selectedCorrectAnswers\": 0,\n                    \"selectedIncorrectAnswers\": 0\n                },\n                \"editor\": \"plain_text\",\n                \"codeExecute\": true,\n                \"blockCopy\": false,\n                \"important\": false,\n                \"content\": \"\",\n                \"duration\": 5,\n                \"readTimeout\": 0\n            },\n            \"_id\": \"60d9bdcb2b167659a867c105\",\n            \"questionId\": \"60d5c216b2138731e6c68461\",\n            \"type\": \"verbal\",\n            \"question\": \"Describe your career goals and what are you looking for in your next position?\",\n            \"status\": \"answering\",\n            \"time\": \"2021-06-28T12:17:06.362Z\",\n            \"order\": 9,\n            \"timeElapsed\": 7,\n            \"isText\": false,\n            \"isVerbal\": true,\n            \"isTest\": false,\n            \"isVideo\": false,\n            \"language\": \"en\",\n            \"id\": \"60d9bdcb2b167659a867c105\"\n        }\n    ],\n    \"createdAt\": \"2021-06-28T12:13:45.312Z\",\n    \"updatedAt\": \"2021-07-12T11:03:00.715Z\",\n    \"__v\": 0,\n    \"answers\": [\n        {\n            \"questionId\": \"60d5c216b2138731e6c68458\",\n            \"answer\": \"suggested answer\"\n        }\n    ],\n    \"reportUpdated\": \"2021-07-12T11:03:00.715Z\",\n    \"id\": \"60d9bcf92b167659a867c005\"\n}"}],"_postman_id":"e25bdbfa-6390-4d3c-b3c6-1049516ea4a4"},{"name":"Get questions attachments","id":"641cdc75-bca9-4f1b-a8e2-7935817df091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interview-states/:interviewId/questions/attachments","description":"<p>Retrieve attachments to some questions which candidates can attach during interview</p>\n","urlObject":{"path":["interview-states",":interviewId","questions","attachments"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[{"id":"a78a4d36-6858-4b71-bc6c-24847c0825ad","name":"Get questions attachments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interview-states/:id/questions/attachments","host":["https://interview.easyhire.me"],"path":["interview-states",":id","questions","attachments"],"variable":[{"key":"id","value":"60d9bcf92b167659a867c004","description":"Interview ID"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"questionId\": \"678f363011c966e6c78f0e21\",\n    \"attachments\": [\n      \"https://ehfiles.s3.us-east-1.amazonaws.com/678f362f11c966e6c78f0e12/1737626809183-script-1.ts?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAR7VXHD4Q7ZRMPK47%2F20250124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250124T052243Z&X-Amz-Expires=3600&X-Amz-Signature=1901848935be213a0e427b8dc6b85ceefb205fe83d10f5bea5693217140dfaa5&X-Amz-SignedHeaders=host&x-id=GetObject\",\n      \"https://ehfiles.s3.us-east-1.amazonaws.com/678f362f11c966e6c78f0e12/1737626814349-script-2.ts?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAR7VXHD4Q7ZRMPK47%2F20250124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250124T052243Z&X-Amz-Expires=3600&X-Amz-Signature=5482686b47f64cf513f393dbb8270e0a33ad30ae37b0054930a4e90b681016cc&X-Amz-SignedHeaders=host&x-id=GetObject\"\n    ]\n  }\n]\n"}],"_postman_id":"641cdc75-bca9-4f1b-a8e2-7935817df091"}],"id":"b7133be7-d6c7-48ae-8c5c-3284f95063ff","_postman_id":"b7133be7-d6c7-48ae-8c5c-3284f95063ff","description":""},{"name":"Interview Recordings","item":[{"name":"Get recordings for interview","id":"9b941584-b24e-4636-8510-89ec187e3e7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interview-session/archives/:interviewId","urlObject":{"path":["interview-session","archives",":interviewId"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[{"id":"9dface87-6d71-4d0f-ab42-044a5833c36e","name":"Get recordings for interview","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/interview-session/archives/:interviewId","host":["https://interview.easyhire.me"],"path":["interview-session","archives",":interviewId"],"variable":[{"key":"interviewId","value":"60f000c735b437103180c18c","description":"Interview ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 0,\n    \"url\": \"https://ehrec.s3.us-east-1.amazonaws.com/chime/final/60f000c735b437103180c18c/composited-video/archive.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAR7VXHD4Q7ZRMPK47%2F20251030%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251030T032150Z&X-Amz-Expires=3600&X-Amz-Signature=22f79a9864a328280956a849e9e19473294c6ebd9833332a5b8105b11991e35d&X-Amz-SignedHeaders=host&x-id=GetObject\",\n    \"start\": \"\",\n    \"end\": \"\",\n    \"duration\": 32,\n    \"type\": \"video\"\n  }\n]\n"}],"_postman_id":"9b941584-b24e-4636-8510-89ec187e3e7c"},{"name":"Download recordings","id":"9a47e9c1-21a5-4ab1-99bf-b5c7477f7381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/interview-session/archives/:interviewId/download","description":"<p>Download interview recordings in zip archive</p>\n","urlObject":{"path":["interview-session","archives",":interviewId","download"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[],"_postman_id":"9a47e9c1-21a5-4ab1-99bf-b5c7477f7381"}],"id":"dd245212-6068-4800-ac8f-1bb2a3e397ac","_postman_id":"dd245212-6068-4800-ac8f-1bb2a3e397ac","description":""},{"name":"Jobs","item":[{"name":"Get all","id":"9092367c-941d-4ba7-bec3-2e9843a398e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/jobs","description":"<p>Get list of jobs</p>\n","urlObject":{"path":["jobs"],"host":["https://interview.easyhire.me"],"query":[{"disabled":true,"description":{"content":"<p>Return only number of total jobs that match query</p>\n","type":"text/plain"},"key":"count","value":"false"},{"disabled":true,"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Jobs count per page (default: 1)</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>Job status. Could be 'open' or 'closed'. If empty, all statuses.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Manager user ID. Search jobs by job manager</p>\n","type":"text/plain"},"key":"managers","value":""},{"disabled":true,"description":{"content":"<p>Two dates separated by comma. Return jobs created between this dates. \nDate format depends on the user locale.\nE.g. for en locale it would be MM/DD/YYY. For az locale it would be DD.MM.YYY</p>\n","type":"text/plain"},"key":"dates","value":""},{"disabled":true,"description":{"content":"<p>Search jobs by name</p>\n","type":"text/plain"},"key":"titleValues.value","value":""}],"variable":[]}},"response":[],"_postman_id":"9092367c-941d-4ba7-bec3-2e9843a398e5"},{"name":"Create Job","id":"508c1bcd-64ca-4e2a-86a5-30ab8cedba16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"titleValues[0].language","value":"","description":"<p>Title locale. Could be 'en', 'az', 'ar', 'ru', 'de', 'fr', 'pt, 'zh'</p>\n","type":"text"},{"key":"titleValues[0].value","value":"","description":"<p>Title value</p>\n","type":"text"},{"key":"location","value":"","description":"<p>Job location</p>\n","type":"text"},{"key":"descriptionValues[0].language","value":"","description":"<p>[Optional] Description locale</p>\n","type":"text"},{"key":"descriptionValues[0].value","value":"","description":"<p>[Optional] Description value</p>\n","type":"text"},{"key":"positions","value":"1","description":"<p>[Optional] Number of open positions for this job</p>\n","type":"text"},{"key":"requirementsValues[0].language","value":"","description":"<p>[Optional] Requirements locale</p>\n","type":"text"},{"key":"requirementsValues[0].value","value":"","description":"<p>[Optional] Requirements value</p>\n","type":"text"},{"key":"isPublic","value":"true","description":"<p>[Optional] Is job is public</p>\n","type":"text"},{"key":"questionSet","value":"","description":"<p>[Optional] Question set id</p>\n","type":"text"},{"key":"managers","value":"","description":"<p>[Optional] List of manager user ids</p>\n","type":"text"},{"key":"salaryRange.min","value":"0","description":"<p>[Optional] Minimum salary</p>\n","type":"text"},{"key":"salaryRange.max","value":"0","description":"<p>[Optional] Maximum salary</p>\n","type":"text"},{"key":"salaryRange.currency","value":"usd","description":"<p>[Optional] Salary currency. Could be 'usd', 'eur', 'cny', 'rub', 'azn', 'aud', 'dop'</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/jobs","urlObject":{"path":["jobs"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"cca562cb-066e-4b90-b47f-b760cb9fb2df","name":"Create Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"titleValues\": [{\n        \"language\": \"en\",\n        \"value\": \"Job title\"\n    }],\n    \"location\": \"New York\"\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"508c1bcd-64ca-4e2a-86a5-30ab8cedba16"},{"name":"Get short link to interview","id":"4c23b5a3-3eb4-486b-9492-9314a1360c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/jobs/:id/short-link-to-interview","description":"<p>Getting short link to interview</p>\n","urlObject":{"path":["jobs",":id","short-link-to-interview"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Job ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"9f3e389c-e3cd-4e3b-b47e-2d14406667a2","name":"Get short link to interview","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/jobs/:id/short-link-to-interview","host":["https://interview.easyhire.me"],"path":["jobs",":id","short-link-to-interview"],"variable":[{"key":"id","value":"","description":"Job ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"https://interviews.easyhire.me/s/BMJS42"}],"_postman_id":"4c23b5a3-3eb4-486b-9492-9314a1360c41"},{"name":"Get short link to job","id":"4b2d31af-6ebe-45ad-895b-5e4fc8188064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/jobs/:id/short-link-to-job","description":"<p>Getting short link to job</p>\n","urlObject":{"path":["jobs",":id","short-link-to-job"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Job ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"c1f99b0b-8e4d-4c1e-9b97-6049209c2830","name":"Get short link to job","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/jobs/:id/short-link-to-job","host":["https://interview.easyhire.me"],"path":["jobs",":id","short-link-to-job"],"variable":[{"key":"id","value":"","description":"Job ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"https://interviews.easyhire.me/s/BMJS42"}],"_postman_id":"4b2d31af-6ebe-45ad-895b-5e4fc8188064"}],"id":"7677b5bf-3bf8-4243-a8c7-33cafcd093d9","_postman_id":"7677b5bf-3bf8-4243-a8c7-33cafcd093d9","description":""},{"name":"Team members","item":[{"name":"Get all","id":"b64f8428-4736-451c-8476-73777e524087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/teams/:id/members","urlObject":{"path":["teams",":id","members"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Team id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"d3ba51de-4bc2-4ed2-abda-42e33b613b75","name":"Get all","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/teams/:id/members","host":["https://interview.easyhire.me"],"path":["teams",":id","members"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Team id"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b64f8428-4736-451c-8476-73777e524087"}],"id":"8b474419-2838-4429-ac37-7444f28f62ed","_postman_id":"8b474419-2838-4429-ac37-7444f28f62ed","description":""},{"name":"Question sets","item":[{"name":"Get all","id":"9e6ec937-7baf-4fa7-9e33-18d8988f5095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/question-sets","description":"<p>Get all question sets</p>\n","urlObject":{"path":["question-sets"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e6ec937-7baf-4fa7-9e33-18d8988f5095"},{"name":"Create","id":"2ea0b30b-e8e6-4484-9f03-acf6567a55a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>Question set name</p>\n","type":"text"},{"key":"allowMobile","value":"true","description":"<p>Could mobile users complete interview with this question set</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/question-sets","description":"<p>Create question set</p>\n","urlObject":{"path":["question-sets"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"850a2050-5358-427d-b4a0-81520b48468f","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New question set\",\r\n    \"allowMobile\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/question-sets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1234765f-e1ac-49be-9994-9962712bb3d4","name":"Create set","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Question set name\",\r\n    \"allowMobile\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/question-sets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 26 Jul 2021 08:06:36 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv0khZo4abc/CWda5n4YPKayrj+AB634Je4M0uo3TDbb+wchxn01noloPqltmm5qBStPBG8dzo5mrrhSyEe5eYfNx0UBUleOYunAB7ePMOPIUE6B1UHVyTV3n5dZ; Expires=Mon, 02 Aug 2021 08:06:36 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv0khZo4abc/CWda5n4YPKayrj+AB634Je4M0uo3TDbb+wchxn01noloPqltmm5qBStPBG8dzo5mrrhSyEe5eYfNx0UBUleOYunAB7ePMOPIUE6B1UHVyTV3n5dZ; Expires=Mon, 02 Aug 2021 08:06:36 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"19-S/iLaWzMpSrR/16xEdW51uesGE4\""}],"cookie":[],"responseTime":null,"body":"Request not authenticated"}],"_postman_id":"2ea0b30b-e8e6-4484-9f03-acf6567a55a0"},{"name":"Get single set","id":"1344e4fd-832d-477e-be79-5f1e8cd8f5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/question-sets/:id","urlObject":{"path":["question-sets",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Question set id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"a325c5ce-273b-42d0-9aad-a812543743c3","name":"Get single set","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/question-sets/:id","host":["https://interview.easyhire.me"],"path":["question-sets",":id"],"variable":[{"key":"id","value":"6086b55f53eb4a34afc61d19","description":"Question set id"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1344e4fd-832d-477e-be79-5f1e8cd8f5f5"}],"id":"537edaa5-cf79-4041-9710-abdb82421de7","_postman_id":"537edaa5-cf79-4041-9710-abdb82421de7","description":""},{"name":"Questions","item":[{"name":"Get all","id":"3733447e-e04a-47d5-be5b-4a35234a0bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/questions","urlObject":{"path":["questions"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[],"_postman_id":"3733447e-e04a-47d5-be5b-4a35234a0bf6"},{"name":"Get questions in question set","id":"e83a3e43-46a1-4f70-90c4-9ef3a00a1729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/questions/question-set/:id","urlObject":{"path":["questions","question-set",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Question set ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"350f7e0c-8ff5-4a5b-a20f-88653b39cfa2","name":"Get questions in question set","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/questions/question-set/:id","host":["https://interview.easyhire.me"],"path":["questions","question-set",":id"],"variable":[{"key":"id","value":"5b829f742c7fa77791d028fd","description":"Question set ID"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e83a3e43-46a1-4f70-90c4-9ef3a00a1729"},{"name":"Create","id":"c05490d4-d706-46ee-9526-35459530e00e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"question","value":"","description":"<p>Question. Not required if type is 'random'.</p>\n","type":"text"},{"key":"questionSet","value":"","description":"<p>Question set ID</p>\n","type":"text"},{"key":"type","value":"verbal","description":"<p>Could be 'verbal', 'text', 'test', 'video' or 'random'.</p>\n","type":"text"},{"key":"order","value":"0","description":"<p>Position in question set</p>\n","type":"text"},{"key":"answer","value":"","description":"<p>[Optional] Suggested answer</p>\n","type":"text"},{"key":"options.duration","value":"5","description":"<p>Question duration in minuts. Minimum: 0.25. maximum: 240.</p>\n","type":"text"},{"key":"options.readTimeout","value":"0","description":"<p>[Optional] Prepare time for a question in seconds. Maximum 28800</p>\n","type":"text"},{"key":"options.test.options","value":"","description":"<p>[Optional] List of options for 'test' question. Array of strings.</p>\n","type":"text"},{"key":"options.test.answers","value":"","description":"<p>[Optional] List of indexes of 'options.test' array. Items with this indexes considered as correct answers. Array of numbers.</p>\n","type":"text"},{"key":"options.test.type","value":"","description":"<p>[Optional] Could be 'one' or 'multi'. If 'one', only one option could be selected. if 'multi', multiple options could be selected.</p>\n","type":"text"},{"key":"options.editor","value":"plain_text","description":"<p>[Optional] Default selected text type in code editor. Could be 'plain_text', 'c_cpp', 'csharp', 'css', 'dot', 'golang', 'html', 'java', 'javascript', 'typescript', 'perl', 'php', 'python', 'ruby', 'sh', 'sql', 'xml'</p>\n","type":"text"},{"key":"options.codeExecute","value":"true","description":"<p>[Optional] Could candidate execute code in code editor</p>\n","type":"text"},{"key":"options.blockCopy","value":"false","description":"<p>[Optional] Should copy-paste be blocked in code editor</p>\n","type":"text"},{"key":"options.content","value":"","description":"<p>[Optional] Default text in code editor</p>\n","type":"text"},{"key":"options.videoLink","value":"","description":"<p>[Optional] Only for 'video' question. Link to Youtube video.</p>\n","type":"text"},{"key":"options.randomFromSet","value":"","description":"<p>[Optional] For 'random' question. Question set ID.</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/questions","urlObject":{"path":["questions"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"a38aab2f-1f5f-4c47-99cb-80d8d439ba2e","name":"Create verbal question","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"verbal\",\r\n    \"questionSet\": \"5b829f742c7fa77791d028fd\",\r\n    \"order\": 0,\r\n    \"question\": \"Question text\",\r\n    \"answer\": \"Suggested answer\",\r\n    \"options\": {\r\n        \"duration\": 3,\r\n        \"readTimeout\": 30\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/questions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b73448c3-8276-4228-bae8-1a17673bc622","name":"Create test question","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"test\",\r\n    \"questionSet\": \"5b829f742c7fa77791d028fd\",\r\n    \"order\": 1,\r\n    \"question\": \"Question text\",\r\n    \"options\": {\r\n        \"test\": {\r\n            \"options\": [\r\n                \"Wrong options\",\r\n                \"Correct option\",\r\n                \"Correct option\"\r\n            ],\r\n            \"answers\": [1, 2],\r\n            \"type\": \"multi\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/questions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ddbd9203-4dc4-49f3-af25-30b33fba149e","name":"Create text question","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"text\",\r\n    \"questionSet\": \"5b829f742c7fa77791d028fd\",\r\n    \"order\": 2,\r\n    \"question\": \"Question text\",\r\n    \"options\": {\r\n        \"editor\": \"javascript\",\r\n        \"codeExecute\": true,\r\n        \"content\": \"console.log('hello world');\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/questions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"8fdd1896-34ab-4ac3-9dc1-33cbf398459f","name":"Create video question","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"video\",\r\n    \"questionSet\": \"5b829f742c7fa77791d028fd\",\r\n    \"order\": 3,\r\n    \"question\": \"Question text\",\r\n    \"options\": {\r\n        \"videoLink\": \"https://www.youtube.com/watch?v=LXb3EKWsInQ\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/questions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7138efab-8e14-4213-85ed-d67f83353a5f","name":"Create random question","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"random\",\r\n    \"questionSet\": \"5b829f742c7fa77791d028fd\",\r\n    \"order\": 4,\r\n    \"options\": {\r\n        \"randomFromSet\": \"5b829f742c7fa77791d028fc\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/questions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c05490d4-d706-46ee-9526-35459530e00e"}],"id":"0415da87-43c5-4f67-ba46-9c2b3eafa299","event":[{"listen":"prerequest","script":{"id":"8bac201e-91bf-42cb-9a1f-5844bf3195e9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"093dea35-65c4-40c2-bf2c-5cc04d546c03","type":"text/javascript","exec":[""]}}],"_postman_id":"0415da87-43c5-4f67-ba46-9c2b3eafa299","description":""},{"name":"Scorecards","item":[{"name":"Get scorecards by interview","id":"6653b78e-abf3-45fc-b64f-b48027f468c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://interview.easyhire.me/scorecards/:id","urlObject":{"path":["scorecards",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"f7e6bf2d-b4a0-4ad1-8adc-245f39d49bf7","name":"Get scorecards by interview","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/scorecards/:id","host":["https://interview.easyhire.me"],"path":["scorecards",":id"],"variable":[{"key":"id","value":"5b829f742c7fa77791d028fd","description":"Interview ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"_id\": \"67f5e94f84e42d6f55ed0a05\",\n    \"evaluator\": \"67f4eac41d9873a4d733ddcf\",\n    \"interview\": \"67f5e7c984e42d6f55ed0517\",\n    \"candidate\": \"67f4eb851d9873a4d733df1d\",\n    \"rating\": 0,\n    \"criteria\": [\n      {\n        \"value\": \"5f4cb99c611b4f3f63e66952\",\n        \"rating\": 5,\n        \"_id\": \"67f5f5f284e42d6f55ed112b\"\n      },\n      {\n        \"value\": \"5f4cb99c611b4f3f63e6694b\",\n        \"rating\": 0,\n        \"_id\": \"67f5f5f284e42d6f55ed112c\"\n      }\n    ],\n    \"answersRating\": [\n      {\n        \"question\": \"67f4eac41d9873a4d733dddd\",\n        \"feedback\": \"some feedback\",\n        \"rating\": 4,\n        \"_id\": \"67f5e94f84e42d6f55ed0a0b\"\n      },\n      {\n        \"question\": \"67f4eac41d9873a4d733ddde\",\n        \"feedback\": \"\",\n        \"rating\": 0,\n        \"_id\": \"67f5e94f84e42d6f55ed0a0c\"\n      },\n      {\n        \"question\": \"67f4eac41d9873a4d733dddf\",\n        \"feedback\": \"\",\n        \"rating\": 0,\n        \"_id\": \"67f5e94f84e42d6f55ed0a0d\"\n      },\n      {\n        \"question\": \"67f4eac41d9873a4d733dde0\",\n        \"feedback\": \"\",\n        \"rating\": 0,\n        \"_id\": \"67f5e94f84e42d6f55ed0a0e\"\n      },\n      {\n        \"question\": \"67f4eac41d9873a4d733dde1\",\n        \"feedback\": \"\",\n        \"rating\": 0,\n        \"_id\": \"67f5e94f84e42d6f55ed0a0f\"\n      },\n      {\n        \"rating\": 0,\n        \"_id\": \"67f5eca184e42d6f55ed0ab1\"\n      }\n    ],\n    \"createdAt\": \"2025-04-09T03:28:15.588Z\",\n    \"updatedAt\": \"2025-04-09T04:00:37.259Z\",\n    \"__v\": 1,\n    \"id\": \"67f5e94f84e42d6f55ed0a05\"\n  }\n]\n"}],"_postman_id":"6653b78e-abf3-45fc-b64f-b48027f468c9"},{"name":"Get current user scorecard by interview","id":"88be24dc-fd65-4d1a-b9c0-f0c31f05da1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/scorecards/:id/self","urlObject":{"path":["scorecards",":id","self"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"b2402af5-582c-4ac9-916a-56d6c21a301c","name":"Get current user scorecard by interview","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/scorecards/:id/self","host":["https://interview.easyhire.me"],"path":["scorecards",":id","self"],"variable":[{"key":"id","value":"5b829f742c7fa77791d028fd"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"67f5e94f84e42d6f55ed0a05\",\n  \"evaluator\": \"67f4eac41d9873a4d733ddcf\",\n  \"interview\": \"67f5e7c984e42d6f55ed0517\",\n  \"candidate\": \"67f4eb851d9873a4d733df1d\",\n  \"rating\": 0,\n  \"criteria\": [\n    {\n      \"value\": \"5f4cb99c611b4f3f63e66952\",\n      \"rating\": 5,\n      \"_id\": \"67f5f5f284e42d6f55ed112b\"\n    },\n    {\n      \"value\": \"5f4cb99c611b4f3f63e6694b\",\n      \"rating\": 0,\n      \"_id\": \"67f5f5f284e42d6f55ed112c\"\n    }\n  ],\n  \"answersRating\": [\n    {\n      \"question\": \"67f4eac41d9873a4d733dddd\",\n      \"feedback\": \"some feedback\",\n      \"rating\": 4,\n      \"_id\": \"67f5e94f84e42d6f55ed0a0b\"\n    },\n    {\n      \"question\": \"67f4eac41d9873a4d733ddde\",\n      \"feedback\": \"\",\n      \"rating\": 0,\n      \"_id\": \"67f5e94f84e42d6f55ed0a0c\"\n    },\n    {\n      \"question\": \"67f4eac41d9873a4d733dddf\",\n      \"feedback\": \"\",\n      \"rating\": 0,\n      \"_id\": \"67f5e94f84e42d6f55ed0a0d\"\n    },\n    {\n      \"question\": \"67f4eac41d9873a4d733dde0\",\n      \"feedback\": \"\",\n      \"rating\": 0,\n      \"_id\": \"67f5e94f84e42d6f55ed0a0e\"\n    },\n    {\n      \"question\": \"67f4eac41d9873a4d733dde1\",\n      \"feedback\": \"\",\n      \"rating\": 0,\n      \"_id\": \"67f5e94f84e42d6f55ed0a0f\"\n    },\n    {\n      \"rating\": 0,\n      \"_id\": \"67f5eca184e42d6f55ed0ab1\"\n    }\n  ],\n  \"createdAt\": \"2025-04-09T03:28:15.588Z\",\n  \"updatedAt\": \"2025-04-09T04:00:37.259Z\",\n  \"__v\": 1,\n  \"id\": \"67f5e94f84e42d6f55ed0a05\"\n}\n"}],"_postman_id":"88be24dc-fd65-4d1a-b9c0-f0c31f05da1e"},{"name":"Update scorecard","id":"c82e7caf-f2e8-45e2-82eb-a131445762db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rating","value":"","description":"<p>[Optional] number</p>\n","type":"text","uuid":"9816c7fa-8327-4194-8276-64001348fe58"},{"key":"feedback","value":"","description":"<p>[Optional] string</p>\n","type":"text","uuid":"00af69f2-8f59-4047-a9d3-d85ab0263373"},{"key":"gradedAt","value":"","description":"<p>[Optional] date and time in ISO 8601</p>\n","type":"text","uuid":"78ffac03-2229-43d3-9dc5-c1dc3fc38916"},{"key":"criteria","value":"","description":"<p>Array of critetia: value, rating</p>\n","type":"text","uuid":"377c741c-00b9-4f38-a442-d1679360361d"}]},"url":"https://interview.easyhire.me/scorecards/:id","urlObject":{"path":["scorecards",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Socrecard ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"60c7055c-a5b4-42d1-b7eb-d2af034ed6b4","name":"Update scorecard","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"rating\": 5,\n  \"feedback\": \"some feeback\",\n  \"gradedAt\": \"2025-04-09T04:22:21.740Z\",\n  \"criteria\": [\n    {\n      \"value\": \"5f4cb99c611b4f3f63e66952\",\n      \"rating\": 5\n    },\n    {\n      \"value\": \"5f4cb99c611b4f3f63e6694b\",\n      \"rating\": 0\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/scorecards/:id","host":["https://interview.easyhire.me"],"path":["scorecards",":id"],"variable":[{"key":"id","value":"67f5f5f284e42d6f55ed1127"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67f5f5f284e42d6f55ed1127\",\n    \"evaluator\": \"67f4eac41d9873a4d733ddcf\",\n    \"interview\": \"67f5f4b884e42d6f55ed0d85\",\n    \"candidate\": \"67f4eb851d9873a4d733df1d\",\n    \"rating\": 5,\n    \"criteria\": [\n        {\n            \"value\": \"5f4cb99c611b4f3f63e66952\",\n            \"rating\": 5,\n            \"_id\": \"67f5f72c84e42d6f55ed126a\"\n        },\n        {\n            \"value\": \"5f4cb99c611b4f3f63e6694b\",\n            \"rating\": 0,\n            \"_id\": \"67f5f72c84e42d6f55ed126b\"\n        }\n    ],\n    \"answersRating\": [\n        {\n            \"question\": \"67f4eac41d9873a4d733dddd\",\n            \"feedback\": \"\",\n            \"rating\": 0,\n            \"_id\": \"67f5f5f284e42d6f55ed1130\"\n        },\n        {\n            \"question\": \"67f4eac41d9873a4d733ddde\",\n            \"feedback\": \"\",\n            \"rating\": 0,\n            \"_id\": \"67f5f5f284e42d6f55ed1131\"\n        },\n        {\n            \"question\": \"67f4eac41d9873a4d733dddf\",\n            \"feedback\": \"\",\n            \"rating\": 0,\n            \"_id\": \"67f5f5f284e42d6f55ed1132\"\n        },\n        {\n            \"question\": \"67f4eac41d9873a4d733dde0\",\n            \"feedback\": \"\",\n            \"rating\": 0,\n            \"_id\": \"67f5f5f284e42d6f55ed1133\"\n        },\n        {\n            \"question\": \"67f4eac41d9873a4d733dde1\",\n            \"feedback\": \"\",\n            \"rating\": 0,\n            \"_id\": \"67f5f5f284e42d6f55ed1134\"\n        }\n    ],\n    \"createdAt\": \"2025-04-09T04:22:10.599Z\",\n    \"updatedAt\": \"2025-04-09T04:27:24.904Z\",\n    \"__v\": 0,\n    \"gradedAt\": \"2025-04-09T04:22:21.740Z\",\n    \"feedback\": \"some feeback\",\n    \"id\": \"67f5f5f284e42d6f55ed1127\"\n}"}],"_postman_id":"c82e7caf-f2e8-45e2-82eb-a131445762db"},{"name":"Update answer feedback to interview scorecard","id":"8be5e73c-666f-4d3a-914b-93a96b541e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"values","value":"[{question: string, raring: number, feedback: string}]","description":"<p>Array of answer ratings</p>\n","type":"text","uuid":"c29deb35-0295-40ba-94f0-b3c960152b37"}]},"url":"https://interview.easyhire.me/scorecards/:id/answer-feedback","urlObject":{"path":["scorecards",":id","answer-feedback"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Scorecard ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"53cfdf61-93d4-4ebb-8788-87d0e057b858","name":"Update answer feedback to interview scorecard","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"values\": [\n        {\n            \"question\": \"67f4eac41d9873a4d733dddd\",\n            \"feedback\": \"some feedback text\",\n            \"rating\": 5\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://interview.easyhire.me/scorecards/:id/answer-feedback","host":["https://interview.easyhire.me"],"path":["scorecards",":id","answer-feedback"],"variable":[{"key":"id","value":"67f5e94f84e42d6f55ed0a05","description":"Scorecard id"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8be5e73c-666f-4d3a-914b-93a96b541e72"}],"id":"6cbc04b3-b672-4ce7-9b69-700d38a31510","_postman_id":"6cbc04b3-b672-4ce7-9b69-700d38a31510","description":""},{"name":"Transcription","item":[{"name":"Transcribe interview","id":"aaa6c14b-bbaf-42e5-932b-4771e91a289f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://interview.easyhire.me/transcription/:interviewId","urlObject":{"path":["transcription",":interviewId"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[{"id":"fc33382f-33bd-4529-8e97-8a7ed8c14be8","name":"Transcribe interview","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://interview.easyhire.me/transcription/:interviewId","host":["https://interview.easyhire.me"],"path":["transcription",":interviewId"],"variable":[{"description":"Interview ID","key":"interviewId","value":"5b829f742c7fa77791d028fd"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"aaa6c14b-bbaf-42e5-932b-4771e91a289f"},{"name":"Get status","id":"6a96bdb5-0f6f-496a-bfd1-568967581884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/transcription/:interviewId/status","urlObject":{"path":["transcription",":interviewId","status"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Interview ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"interviewId"}]}},"response":[{"id":"e0ee562a-4b83-41d6-808e-c4c2797352ff","name":"Not started transcription","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/transcription/:interviewId/status","host":["https://interview.easyhire.me"],"path":["transcription",":interviewId","status"],"variable":[{"key":"interviewId","value":"5b829f742c7fa77791d028fd","description":"Interview ID"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"NOT_STARTED\"\r\n}"},{"id":"b3758852-7dd2-4745-bb56-16656b824e31","name":"In progress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/transcription/:interviewId/status","host":["https://interview.easyhire.me"],"path":["transcription",":interviewId","status"],"variable":[{"key":"interviewId","value":"5b829f742c7fa77791d028fd","description":"Interview ID"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"IN_PROGRESS\"\n}"},{"id":"201e6023-f339-4d55-8558-b5774f59fb8c","name":"Completed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/transcription/:interviewId/status","host":["https://interview.easyhire.me"],"path":["transcription",":interviewId","status"],"variable":[{"key":"interviewId","value":"5b829f742c7fa77791d028fd","description":"Interview ID"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"COMPLETED\"\n}"}],"_postman_id":"6a96bdb5-0f6f-496a-bfd1-568967581884"}],"id":"bf75c26c-9f7c-4507-9a1e-22fcd4932998","_postman_id":"bf75c26c-9f7c-4507-9a1e-22fcd4932998","description":""},{"name":"Candidates","item":[{"name":"Get all","id":"c111ebab-7deb-48a2-8035-69589cdc0816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/candidates?fullName&stage&rating&sortBy&page&limit&skills&searchByCV&rank&forceCandidateLookup","description":"<p>Get all candidates for the team</p>\n","urlObject":{"path":["candidates"],"host":["https://interview.easyhire.me"],"query":[{"disabled":true,"description":{"content":"<p>Job post ID</p>\n","type":"text/plain"},"key":"job","value":""},{"description":{"content":"<p>Candidate's name or email</p>\n","type":"text/plain"},"key":"fullName","value":null},{"description":{"content":"<p>Candidate stage: 'contact', 'application', 'interview', 'grading', 'decision', 'hired', 'rejected'</p>\n","type":"text/plain"},"key":"stage","value":null},{"description":{"content":"<p>Float between 0 and 5</p>\n","type":"text/plain"},"key":"rating","value":null},{"description":{"content":"<p>Sort by: 'date', 'rank', 'fullName'. Default: date</p>\n","type":"text/plain"},"key":"sortBy","value":null},{"description":{"content":"<p>Current page. Default: 1</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Candidates per page. Default: 1</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>String or array strings with candidate skills</p>\n","type":"text/plain"},"key":"skills","value":null},{"description":{"content":"<p>Text for search by CV</p>\n","type":"text/plain"},"key":"searchByCV","value":null},{"description":{"content":"<p>Number between 0 to 3</p>\n","type":"text/plain"},"key":"rank","value":null},{"description":{"content":"<p>Populated candidate data (email. fullName, phone) in result docs. Boolean (optional) Default: false</p>\n","type":"text/plain"},"key":"forceCandidateLookup","value":null}],"variable":[]}},"response":[{"id":"ab2e5e13-8136-47fa-8622-e3a25fda9d92","name":"Get all","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://interview.easyhire.me/candidates?job=625fc36b6a4a9ae282994ef2&stage=interview&rating=0&rating=1.5&sortBy=fullName&page=1&limit=1&forceCandidateLookup=true","host":["https://interview.easyhire.me"],"path":["candidates"],"query":[{"key":"job","value":"625fc36b6a4a9ae282994ef2"},{"key":"stage","value":"interview"},{"key":"rating","value":"0"},{"key":"rating","value":"1.5"},{"key":"sortBy","value":"fullName"},{"key":"page","value":"1"},{"key":"limit","value":"1"},{"key":"forceCandidateLookup","value":"true"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"docs\": [\n    {\n      \"_id\": \"6279222fa0ab8494f0bd7fe2\",\n      \"refId\": \"6279222fa0ab8494f0bd7fe4\",\n      \"profile\": \"6279222fa0ab8494f0bd7fe2\",\n      \"application\": {\n        \"status\": \"prospect\",\n        \"job\": \"625fc36b6a4a9ae282994ef2\",\n        \"blackListed\": false,\n        \"rank\": 0,\n        \"ranked\": false,\n        \"advanced\": []\n      },\n      \"phone\": \"\",\n      \"stage\": \"interview\",\n      \"fullName\": \"Firstname Lastname\",\n      \"email\": \"candidate@easyhire.me\",\n      \"rank\": 1000,\n      \"createdAt\": \"2022-05-09T14:16:15.524Z\",\n      \"updatedAt\": \"2022-05-14T21:00:12.571Z\"\n    }\n  ],\n  \"totalDocs\": 37\n}"}],"_postman_id":"c111ebab-7deb-48a2-8035-69589cdc0816"},{"name":"Create","id":"7de1b603-01cc-4694-8db4-b37567008f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"candidates","value":"","description":"<p>Array of candidates: email, name (optional), phone (optional). Example: [<a href=\"mailto:candidate_email@easyhire.me\">candidate_email@easyhire.me</a>, '', '']</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/candidates","description":"<p>Create candidates</p>\n","urlObject":{"path":["candidates"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"c99aa112-b2d9-4ab5-bade-b7d76526a32c","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"candidates[]","value":"easyhire-candidate@easyhire.me, Firstname Lastname,","type":"text"}]},"url":{"raw":"","query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"email\": \"easyhire+candidate@easyhire.me\",\n        \"team\": \"62a045b12f11034813a82298\",\n        \"user\": {\n            \"name\": {\n                \"first\": \"HR\",\n                \"last\": \"manager\"\n            },\n            \"local\": {\n                \"lang\": \"en\",\n                \"aliasPath\": \"62a045b12f11034813a82294\"\n            },\n            \"sample\": {\n                \"questionSet\": \"62a045b160c3317002585085\"\n            },\n            \"settings\": {\n                \"privacy\": {\n                    \"publicAccount\": false,\n                    \"showCalendar\": false,\n                    \"showContactInfo\": true\n                },\n                \"notification\": {\n                    \"all\": true,\n                    \"unableAppliesNotifications\": true,\n                    \"attendReminder\": true,\n                    \"scheduleReminder\": true,\n                    \"feedbackReminder\": true,\n                    \"draftReminder\": true,\n                    \"ondemandReminder\": true,\n                    \"chatNewMessage\": true\n                },\n                \"smartrecruiters\": {\n                    \"id\": \"\",\n                    \"team\": \"62a045b12f11034813a82298\"\n                },\n                \"icims\": {\n                    \"id\": \"\",\n                    \"team\": \"62a045b12f11034813a82298\"\n                },\n                \"calendly\": {\n                    \"id\": \"\"\n                },\n                \"tips\": {\n                    \"interviews\": true,\n                    \"editor\": true,\n                    \"interviewsTableResize\": true\n                },\n                \"messaging\": {\n                    \"fromCandidates\": true\n                },\n                \"terms_and_conditions\": false\n            },\n            \"shareFreePractice\": {\n                \"attemps\": 0\n            },\n            \"cookies\": {\n                \"acceptedAt\": \"2022-06-08T06:46:25.741Z\"\n            },\n            \"_id\": \"62a045b12f11034813a82294\",\n            \"email\": \"hr+manager@easyhire.me\",\n            \"additionalDocuments\": [],\n            \"isActivate\": true,\n            \"blocked\": false,\n            \"isCandidate\": false,\n            \"nonEmail\": false,\n            \"isOnline\": true,\n            \"skills\": [],\n            \"timeZone\": 180,\n            \"freePractice\": false,\n            \"isTookFreePractice\": false,\n            \"videoTutorial\": false,\n            \"profileFullness\": 0,\n            \"positions\": [],\n            \"signupLang\": \"en\",\n            \"links\": [],\n            \"signupDate\": \"2022-06-08T06:46:09.543Z\",\n            \"phone\": \"\",\n            \"createdAt\": \"2022-06-08T06:46:09.630Z\",\n            \"updatedAt\": \"2022-06-08T07:02:37.846Z\",\n            \"__v\": 0,\n            \"activateDate\": \"2022-06-08T06:46:25.699Z\",\n            \"lastLogin\": \"2022-06-08T07:02:37.846Z\",\n            \"lastCheckCandidates\": \"2022-06-08T07:00:45.729Z\",\n            \"defaultImg\": true,\n            \"fullName\": \"HR manager\",\n            \"isSample\": false,\n            \"hasPassword\": false,\n            \"id\": \"62a045b12f11034813a82294\"\n        },\n        \"_id\": \"62a04a2eb180eac35c92790f\",\n        \"fullName\": \"Firstname Lastname\",\n        \"__v\": 0,\n        \"createdAt\": \"2022-06-08T07:05:18.882Z\",\n        \"updatedAt\": \"2022-06-08T07:05:18.882Z\",\n        \"id\": \"62a04a2eb180eac35c92790f\"\n    }\n]"}],"_postman_id":"7de1b603-01cc-4694-8db4-b37567008f84"},{"name":"Update","id":"73afc52f-ec3a-42c1-8dc2-954d6b8c8c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","description":"<p>Candidate email (optional)</p>\n","type":"text"},{"key":"fullName","value":"","description":"<p>Candidate full name (optional)</p>\n","type":"text"},{"key":"phone","value":"","description":"<p>Candidate phone (optional)</p>\n","type":"text"}]},"url":"https://interview.easyhire.me/candidates/:id","description":"<p>Update candidate</p>\n","urlObject":{"path":["candidates",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Contact ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"d47874c5-b1fd-4625-9ca4-e61d0b50a311","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"fullName","value":"Candidate name","type":"text"}]},"url":{"raw":"https://interview.easyhire.me/candidates/:id","host":["https://interview.easyhire.me"],"path":["candidates",":id"],"variable":[{"key":"id","value":"62a04a2eb180eac35c92790f"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62a04a2eb180eac35c92790f\",\n    \"email\": \"easyhire+candidate@easyhire.me\",\n    \"team\": \"62a045b12f11034813a82298\",\n    \"user\": \"62a045b12f11034813a82294\",\n    \"fullName\": \"Candidate name\",\n    \"__v\": 0,\n    \"createdAt\": \"2022-06-08T07:05:18.882Z\",\n    \"updatedAt\": \"2022-06-08T07:13:22.024Z\",\n    \"id\": \"62a04a2eb180eac35c92790f\"\n}"}],"_postman_id":"73afc52f-ec3a-42c1-8dc2-954d6b8c8c89"},{"name":"Delete","id":"b170409b-1fcb-467f-b222-5fc8ef221180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://interview.easyhire.me/candidates/:id","description":"<p>Delete candidate</p>\n","urlObject":{"path":["candidates",":id"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Contact ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"77a3b927-faf5-4619-b841-dade23c71e12","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://interview.easyhire.me/candidates/:id","host":["https://interview.easyhire.me"],"path":["candidates",":id"],"variable":[{"key":"id","value":"62a04a2eb180eac35c92790f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"ok\""}],"_postman_id":"b170409b-1fcb-467f-b222-5fc8ef221180"},{"name":"Attach resume file","id":"83c1fbdc-f901-46fb-90fd-abe590c04ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"resume","description":"<p>File: max size - 20 MB, extentions - '.txt,.pdf,.doc,.docx'</p>\n","type":"file","src":"bSWvZ-FIA/resume_file.txt"}]},"url":"https://interview.easyhire.me/candidates/:id/resume","urlObject":{"path":["candidates",":id","resume"],"host":["https://interview.easyhire.me"],"query":[],"variable":[{"description":{"content":"<p>Contact ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"91727aa5-09ec-4974-bdfa-ea427fb33e06","name":"Attach resume file","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"resume","type":"file","value":null}]},"url":{"raw":"https://interview.easyhire.me/candidates/:id/resume","host":["https://interview.easyhire.me"],"path":["candidates",":id","resume"],"variable":[{"key":"id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62a05bff60c33170025872b2\",\n    \"key\": \"62a045b12f11034813a82294/1654676478724-resume_file.txt\",\n    \"owner\": {\n        \"name\": {\n            \"first\": \"HR\",\n            \"last\": \"manager\"\n        },\n        \"local\": {\n            \"lang\": \"en\",\n            \"aliasPath\": \"62a045b12f11034813a82294\"\n        },\n        \"sample\": {\n            \"questionSet\": \"62a045b160c3317002585085\"\n        },\n        \"settings\": {\n            \"privacy\": {\n                \"publicAccount\": false,\n                \"showCalendar\": false,\n                \"showContactInfo\": true\n            },\n            \"notification\": {\n                \"all\": true,\n                \"unableAppliesNotifications\": true,\n                \"attendReminder\": true,\n                \"scheduleReminder\": true,\n                \"feedbackReminder\": true,\n                \"draftReminder\": true,\n                \"ondemandReminder\": true,\n                \"chatNewMessage\": true\n            },\n            \"smartrecruiters\": {\n                \"id\": \"\",\n                \"team\": \"62a045b12f11034813a82298\"\n            },\n            \"icims\": {\n                \"id\": \"\",\n                \"team\": \"62a045b12f11034813a82298\"\n            },\n            \"calendly\": {\n                \"id\": \"\"\n            },\n            \"tips\": {\n                \"interviews\": true,\n                \"editor\": true,\n                \"interviewsTableResize\": true\n            },\n            \"messaging\": {\n                \"fromCandidates\": true\n            },\n            \"terms_and_conditions\": false\n        },\n        \"shareFreePractice\": {\n            \"attemps\": 0\n        },\n        \"cookies\": {\n            \"acceptedAt\": \"2022-06-08T06:46:25.741Z\"\n        },\n        \"_id\": \"62a045b12f11034813a82294\",\n        \"email\": \"easyhire+manager@easyhire.me\",\n        \"additionalDocuments\": [],\n        \"isActivate\": true,\n        \"blocked\": false,\n        \"isCandidate\": false,\n        \"nonEmail\": false,\n        \"isOnline\": false,\n        \"skills\": [],\n        \"timeZone\": 180,\n        \"freePractice\": false,\n        \"isTookFreePractice\": false,\n        \"videoTutorial\": false,\n        \"profileFullness\": 0,\n        \"positions\": [],\n        \"signupLang\": \"en\",\n        \"links\": [],\n        \"signupDate\": \"2022-06-08T06:46:09.543Z\",\n        \"phone\": \"\",\n        \"createdAt\": \"2022-06-08T06:46:09.630Z\",\n        \"updatedAt\": \"2022-06-08T08:21:18.684Z\",\n        \"__v\": 0,\n        \"activateDate\": \"2022-06-08T06:46:25.699Z\",\n        \"lastLogin\": \"2022-06-08T08:21:18.682Z\",\n        \"lastCheckCandidates\": \"2022-06-08T07:00:45.729Z\",\n        \"defaultImg\": true,\n        \"fullName\": \"HR manager\",\n        \"isSample\": false,\n        \"hasPassword\": false,\n        \"id\": \"62a045b12f11034813a82294\"\n    },\n    \"__v\": 0,\n    \"createdAt\": \"2022-06-08T08:21:19.802Z\",\n    \"hidden\": true,\n    \"name\": \"resume_file.txt\",\n    \"public\": true,\n    \"size\": 830,\n    \"updatedAt\": \"2022-06-08T08:21:19.802Z\",\n    \"id\": \"62a05bff60c33170025872b2\"\n}"}],"_postman_id":"83c1fbdc-f901-46fb-90fd-abe590c04ef3"},{"name":"Delete resume file","id":"603a1225-f572-4793-b129-592ac03a2473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"description":"<p>Delete attached resume file</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"585c5841-86bb-480f-8c56-0ed6e9e3cde9","name":"Delete resume file","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://interview.easyhire.me/candidates/:id","host":["https://interview.easyhire.me"],"path":["candidates",":id"],"variable":[{"key":"id","value":"62a04a2eb180eac35c92790f"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"ok\""}],"_postman_id":"603a1225-f572-4793-b129-592ac03a2473"},{"name":"Counts","id":"1f301664-6187-4d01-a7a5-4d705f669ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://interview.easyhire.me/candidates/counts","description":"<p>Get counts data by stages and ranks</p>\n","urlObject":{"path":["candidates","counts"],"host":["https://interview.easyhire.me"],"query":[],"variable":[]}},"response":[{"id":"f437ac66-4313-4e22-9dc0-1cce4cbfc396","name":"Get counts data by stages and ranks","originalRequest":{"method":"GET","header":[],"url":"https://interview.easyhire.me/candidates/counts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"stageCounts\": {\n        \"all\": 2875,\n        \"contact\": 13,\n        \"application\": 661,\n        \"interview\": 1146,\n        \"grading\": 613,\n        \"decision\": 128,\n        \"hired\": 47,\n        \"rejected\": 267\n    },\n    \"rankCounts\": {\n        \"0\": 19,\n        \"1\": 30,\n        \"2\": 58,\n        \"3\": 35,\n        \"all\": 142\n    }\n}"}],"_postman_id":"1f301664-6187-4d01-a7a5-4d705f669ecf"}],"id":"dec460a4-5b21-4480-a634-df017783315a","_postman_id":"dec460a4-5b21-4480-a634-df017783315a","description":""}],"event":[{"listen":"prerequest","script":{"id":"d4b25ffc-dc88-4d9e-8bdd-fc7f45ebbcda","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e8985a7-03bf-450d-9b31-4f4187e1b9cd","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://interview.easyhire.me"}]}