← Tools Reference

CATS

CATS integration (Productivity). Imported from open-connector.

API key10 toolshttps://api.catsone.com/v3
GET
cats_get_site
Get information about the CATS site associated with the API key.

/site

GET
cats_list_candidates
List CATS candidates with optional pagination.

/candidates

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.
GET
cats_get_candidate
Fetch one CATS candidate by candidate ID.

/candidates/{id}

2 parameters
ParamTypeRequiredDescription
candidateIdintegeroptionalThe CATS candidate ID.
idstringrequiredPath parameter: id
GET
cats_search_candidates
Search CATS candidates by free-text query with optional pagination.

/candidates/search

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe search string to match against CATS records.
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.
GET
cats_list_companies
List CATS companies with optional pagination.

/companies

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.
GET
cats_get_company
Fetch one CATS company by company ID.

/companies/{id}

2 parameters
ParamTypeRequiredDescription
companyIdintegeroptionalThe CATS company ID.
idstringrequiredPath parameter: id
GET
cats_search_companies
Search CATS companies by free-text query with optional pagination.

/companies/search

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe search string to match against CATS records.
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.
GET
cats_list_jobs
List CATS jobs with optional pagination.

/jobs

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.
GET
cats_get_job
Fetch one CATS job by job ID.

/jobs/{id}

2 parameters
ParamTypeRequiredDescription
jobIdintegeroptionalThe CATS job ID.
idstringrequiredPath parameter: id
GET
cats_search_jobs
Search CATS jobs by free-text query with optional pagination.

/jobs/search

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe search string to match against CATS records.
pageintegeroptionalThe page number to request. CATS defaults to page 1.
perPageintegeroptionalThe number of results to request per page, from 1 to 100.