--- title: Get All Job with filter (/recruiter/job/filter) tags: recruiter --- HTTP Method : Post **URL** : /recruiter/job/filter --- **Header** ``` Authorization : "Bearer <Token>" ``` **Request** ``` { "filterBy" : [ { "status" : "OPEN" } ], "search" : { "text" : "kfc" }, "sortBy" : { "urgency" : "asc", "title" : "asc", "totalVacancies" : "asc", "creditPerVacancy" : "asc", "updated_at" : "asc", "created_at" : "asc" } } ``` ``` { "filterBy" : [ { "status" : "OPEN" }, { "isFeatured" : true }, { "company" : "---UUID----" }, { "applied" : true }, { "hide" : true }, { "pinned" : true } ], "search" : { "text" : "kfc" }, "sortBy" : { "urgency" : "asc", "title" : "asc", "totalVacancies" : "asc", "creditPerVacancy" : "asc", "updated_at" : "asc", "created_at" : "asc" } } ``` **Description** --- **Header** ``` ``` **Response** ``` { "meta": { "code": 200, "message": "Success!", "isError": false }, "data": { "response": [ { "id": "a02d60bb-292e-40a2-9e17-d92d0f4d04e3", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T13:54:24.650801+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T13:54:24.650801+00:00", "jobPreferenceByUsers": [] }, { "id": "56ac7577-88d0-47e1-9789-5a702c6bcca9", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T13:56:01.215613+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T13:56:01.215613+00:00", "jobPreferenceByUsers": [] }, { "id": "7f491bd2-1283-498d-9a88-ba9d0c9efcd2", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T13:56:48.809564+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T13:56:48.809564+00:00", "jobPreferenceByUsers": [] }, { "id": "e2400d0b-f9dd-434a-b7f7-b67109b24355", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } } ], "jobLocations": [ { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T13:59:33.177283+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T13:59:33.177283+00:00", "jobPreferenceByUsers": [] }, { "id": "9faf53eb-060e-4c00-8946-152de2cab5c9", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:00:52.621465+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:00:52.621465+00:00", "jobPreferenceByUsers": [] }, { "id": "d61d96c7-2602-4cba-a5c9-33493eb52e1c", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:01:52.767748+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:01:52.767748+00:00", "jobPreferenceByUsers": [] }, { "id": "55a2bd5d-06be-4e82-aa3a-c70b522a496f", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:03:44.213758+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:03:44.213758+00:00", "jobPreferenceByUsers": [] }, { "id": "7c817017-6e67-4d59-ae1e-a03052239a61", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:05:57.825758+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:05:57.825758+00:00", "jobPreferenceByUsers": [] }, { "id": "420dbfef-5bd4-4a52-b117-8bde44c827cd", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:07:26.388834+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:07:26.388834+00:00", "jobPreferenceByUsers": [] }, { "id": "f1a9d63d-b823-47d8-91cf-fdb89c4d8c6e", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } } ], "jobLocations": [ { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-23T14:09:20.416937+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T14:09:20.416937+00:00", "jobPreferenceByUsers": [] }, { "id": "092c2f0f-3575-4346-a724-a316c8bae213", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-24T18:46:47.775069+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T18:53:17.037875+00:00", "jobPreferenceByUsers": [] }, { "id": "601e03d5-63b7-45ab-8f90-233dfe87dc6f", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-22T18:46:42.565288+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T18:54:08.285139+00:00", "jobPreferenceByUsers": [] }, { "id": "48f7c85b-6761-424b-ba77-5404b94fd03e", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } } ], "jobLocations": [ { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-27T18:55:15.738089+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T18:55:15.738089+00:00", "jobPreferenceByUsers": [] }, { "id": "92e9b391-610e-4263-9ad5-ae688b9c259f", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 1", "step": 1 }, { "name": "tech 2", "step": 2 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-25T18:55:25.67636+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T18:55:54.172647+00:00", "jobPreferenceByUsers": [] }, { "id": "438811b6-3249-448c-ab2a-5405ee61ff12", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-26T18:55:17.942463+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T18:56:50.056324+00:00", "jobPreferenceByUsers": [] }, { "id": "a6b40785-31ff-49a3-9958-60367105d731", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 225, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2019-11-27T18:55:23.615551+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-27T19:04:18.942859+00:00", "jobPreferenceByUsers": [] }, { "id": "1d9bcdda-29dd-466b-81d5-b82655f95b2b", "title": "kfc manger", "isFeatured": true, "description": "app dev", "client": { "id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "name": "kfc", "nickName": "south" }, "company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a", "industryDetails": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" }, "jobSkills": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web" } }, { "skill": { "id": "05cbdcbf-86c9-40a0-9281-dccc6d663309", "skill": "app" } } ], "jobLocations": [ { "city": { "cityName": "mumbai", "id": "3710f7df-02be-4e42-84ff-976990979190" }, "state": null }, { "city": { "cityName": "pune", "id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, "state": null }, { "city": { "cityName": "goa", "id": "5933a773-c376-418b-816b-03e702be15f0" }, "state": null }, { "city": { "cityName": "delhi", "id": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, "state": null } ], "jobProcesses": [ { "name": "tech 2", "step": 2 }, { "name": "tech 1", "step": 1 } ], "status": "OPEN", "urgency": 1, "totalVacancies": 231, "creditPerVacancy": 400, "filledVacancies": 0, "disable": false, "created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "created_at": "2020-11-04T05:19:39.591758+00:00", "updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90", "updated_at": "2020-11-23T15:24:10.496989+00:00", "jobPreferenceByUsers": [] } ] } } ``` **Description**