v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Job APIs

Searches job with a specific filter or query

<br/><a href="https://com-recruiterflow-site-static-content.s3.eu-central-1.amazonaws.com/static/resources/Job%20Search.pdf">Link</a><br/><br/><b>Note: Structure changes to {"data": [], "total_items": int} when include_count is enabled.</b><br><br/><br/><b>Please find the format of custom field input below.</b><br/>{<br/> "conjunction": "match-all",<br/> "current_page": 1,<br/> "filters": [<br/> # Please add here from below list, according to your requirements!<br/> ],<br/> "items_per_page": 100<br/>}<br/><br/><li> Job company:<br/>{<br/> "conjunction": "in",<br/> "key": "job_client_company",<br/> "values": [4]<br/>}<br/></li><br/><br/><li> Job Department:<br/>{<br/> "conjunction": "in",<br/> "key": "job_department",<br/> "values": [1]<br/>}<br/></li><br/><br/><li> Job ID:<br/>{<br/> "conjunction": "in",<br/> "key": "job_id",<br/> "values": [1,2]<br/>}<br/></li><br/><br/><li> Job Name:<br/>{<br/> "conjunction": "in",<br/> "key": "name",<br/> "values": ["Creator"]<br/>}<br/></li><br/><br/><li> Job Custom field long and short text:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.5",<br/> "values": ["sample_long_text"]<br/>}<br/></li><br/><br/><li> Job Custom field Multiselect/Single-select/Yes_No:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.6",<br/> "values": [4],<br/>}<br/></li><br/><br/><li> Job Custom field Date:<br/>{ "conjunction": "in",<br/> "key": "custom_field.12",<br/> "date": "2021-10-04",<br/> "is_relative": false,<br/> "filter_type": "after"<br/> }<br/></li><br/><br/><li> Job Custom field Number <"filter_type": "more-than/less-than/equal-to/between">:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.2",<br/> "filter_type": "more-than",<br/> "value": "10"<br/>}<br/></li><br/><br/><li> Job Custom field Number <"filter_type": "between">:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.2",<br/> "filter_type": "between",<br/> "min_value": "22",<br/> "max_value": "33"<br/>}<br/></li><br/><br/><li> Job Custom field Money <"filter_type": "more-than/less-than/equal-to/between">:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.11",<br/> "filter_type": "more-than",<br/> "value": {<br/> "currency": "INR",<br/> "number": "22"<br/> }<br/>}<br/></li><br/><br/> <li> Job Custom field Money <"filter_type": "between">:<br/>{<br/> "conjunction": "in",<br/> "key": "custom_field.11",<br/> "filter_type": "between",<br/> "min_value": "22",<br/> "max_value": "33"<br/>}<br/></li><br/><br/><li> Job Custom field Money range <"type": "range">:<br/>{<br/> "conjunction": "in",<br/> "input": "money",<br/> "key": "custom_field.11",<br/> "value": {<br/> "currency": "INR",<br/> "number": "22"<br/> }<br/>}<br/></li><br/><br/>

post/api/external/job/search

Headers

RF-Api-Keystring
content-typestring

Request body

conjunctionstring
current_pageinteger
include_countboolean
include_descriptionboolean
items_per_pageinteger

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/job/search:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":[[{"about_position":"This is job decsription","apply_link":"http://localhost:5000/recruiterflow/jobs/20","client_company_id":15,"client_company_name":"Mindtree","contact":[],"created_by":{"email":"anuj@recruiterflow.com","id":3,"name":"Anuj Singh"},"custom_fields":[],"cvlibrary_enabled":false,"department":"Marketing","department_id":3,"dice_enabled":false,"employment_type":"Full time","employment_type_id":1,"force_job_posting":false,"glassdoor_enabled":false,"hiring_team":[],"id":20,"iimjobs_enabled":false,"indeed_enabled":false,"itjobs_enabled":false,"job_id":20,"job_visibility_id":1,"jobsite_enabled":false,"jooble_enabled":false,"last_opened":"2021-02-16T05:58:52+0000","linkedin_enabled":false,"locations":[{"city":null,"country":null,"id":7,"iso_3166_1_alpha_2_code":null,"name":"Chennai","postal_code":"","state":"","zipcode":""}],"maildrop_suffix":"recruiterflow_d91fbaec","my_job":false,"name":"Marketing Executive","salary_range_currency":"USD","salary_range_end":null,"salary_range_start":null,"simplyhired_enabled":false,"telcoprofessionals_enabled":false,"title":"Marketing Executive","ziprecruiter_enabled":false,"zoek_enabled":false}],{"applied":{"1":0,"2":0,"4":0,"5":0,"6":1,"14":0,"15":0,"16":0,"17":2,"20":0},"disqualified":{"20":0},"hired":{"20":0},"last_week":{"20":0},"sourced":{"1":15,"2":2,"4":1,"5":2,"6":1,"14":1,"15":1,"16":1,"17":0,"20":0},"submissions":{"20":0},"total":{"1":15,"2":2,"4":1,"5":2,"6":2,"14":1,"15":1,"16":1,"17":2,"20":0}}]}

Example response

[
  [
    {
      "about_position": "This is job decsription",
      "apply_link": "http://localhost:5000/recruiterflow/jobs/20",
      "client_company_id": 15,
      "client_company_name": "Mindtree",
      "contact": [],
      "created_by": {
        "email": "anuj@recruiterflow.com",
        "id": 3,
        "name": "Anuj Singh"
      },
      "custom_fields": [],
      "cvlibrary_enabled": false,
      "department": "Marketing",
      "department_id": 3,
      "dice_enabled": false,
      "employment_type": "Full time",
      "employment_type_id": 1,
      "force_job_posting": false,
      "glassdoor_enabled": false,
      "hiring_team": [],
      "id": 20,
      "iimjobs_enabled": false,
      "indeed_enabled": false,
      "itjobs_enabled": false,
      "job_id": 20,
      "job_visibility_id": 1,
      "jobsite_enabled": false,
      "jooble_enabled": false,
      "last_opened": "2021-02-16T05:58:52+0000",
      "linkedin_enabled": false,
      "locations": [
        {
          "city": null,
          "country": null,
          "id": 7,
          "iso_3166_1_alpha_2_code": null,
          "name": "Chennai",
          "postal_code": "",
          "state": "",
          "zipcode": ""
        }
      ],
      "maildrop_suffix": "recruiterflow_d91fbaec",
      "my_job": false,
      "name": "Marketing Executive",
      "salary_range_currency": "USD",
      "salary_range_end": null,
      "salary_range_start": null,
      "simplyhired_enabled": false,
      "telcoprofessionals_enabled": false,
      "title": "Marketing Executive",
      "ziprecruiter_enabled": false,
      "zoek_enabled": false
    }
  ],
  {
    "applied": {
      "1": 0,
      "2": 0,
      "4": 0,
      "5": 0,
      "6": 1,
      "14": 0,
      "15": 0,
      "16": 0,
      "17": 2,
      "20": 0
    },
    "disqualified": {
      "20": 0
    },
    "hired": {
      "20": 0
    },
    "last_week": {
      "20": 0
    },
    "sourced": {
      "1": 15,
      "2": 2,
      "4": 1,
      "5": 2,
      "6": 1,
      "14": 1,
      "15": 1,
      "16": 1,
      "17": 0,
      "20": 0
    },
    "submissions": {
      "20": 0
    },
    "total": {
      "1": 15,
      "2": 2,
      "4": 1,
      "5": 2,
      "6": 2,
      "14": 1,
      "15": 1,
      "16": 1,
      "17": 2,
      "20": 0
    }
  }
]