# Developer Docs Documentation
> The Developer Docs is where you'll find comprehensive guides and documentation to help you start working with Bob as quickly as possible.
Fetch the complete documentation index at: https://apidocs.hibob.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.
## API Reference: Bob Hiring API
- [Job Openings](https://apidocs.hibob.com/reference/job-openings.md): Access job openings in Bob Hiring
- [Search job openings](https://apidocs.hibob.com/reference/post_hiring-job-openings-search.md): Searches job openings using filters and returns paginated results.
- Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Candidates](https://apidocs.hibob.com/reference/candidates.md)
- [Search candidates](https://apidocs.hibob.com/reference/post_hiring-candidates-search.md): Searches candidates using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate educations](https://apidocs.hibob.com/reference/post_hiring-candidate-educations-search.md): Searches candidate education records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate experiences](https://apidocs.hibob.com/reference/post_hiring-candidate-experiences-search.md): Searches candidate work experience records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate languages](https://apidocs.hibob.com/reference/post_hiring-candidate-languages-search.md): Searches candidate language records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate skills](https://apidocs.hibob.com/reference/post_hiring-candidate-skills-search.md): Searches candidate skill records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate volunteer experiences](https://apidocs.hibob.com/reference/post_hiring-candidate-volunteer-experiences-search.md): Searches candidate volunteer experience records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate professional associations memberships](https://apidocs.hibob.com/reference/post_hiring-candidate-professional-associations-memberships-search.md): Searches candidate professional association membership records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search candidate qualifications licenses](https://apidocs.hibob.com/reference/post_hiring-candidate-qualifications-licenses-search.md): Searches candidate qualification and license records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Applications](https://apidocs.hibob.com/reference/applications.md): Access applications in Bob Hiring
- [Search applications](https://apidocs.hibob.com/reference/post_hiring-applications-search.md): Searches applications using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search application form answers](https://apidocs.hibob.com/reference/post_hiring-application-form-answers-search.md): Searches application form answer records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Job ads](https://apidocs.hibob.com/reference/job-ads.md): Job ads API allows you to fetch job ads from Bob's careers page and post them to your custom careers page
- [Get all active job ads from your Career page](https://apidocs.hibob.com/reference/post_hiring-job-ads-search.md): Returns an array of active job ads as promoted on the Bob career page.
To learn more about the Hiring API and how to integrate with your career page, see How to integrate with your careers page.
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Get the details of a single job ad](https://apidocs.hibob.com/reference/get_hiring-job-ads-id.md): Returns the details of the job ad that was promoted on the Bob careers page.
To learn more about the Hiring API and how to integrate with your career page, see How to integrate with your careers page.
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- [Interviews & Evaluations](https://apidocs.hibob.com/reference/interviews-and-evaluations.md): Search interviews, evaluations, and scorecard templates in Bob Hiring
- [Search interviews](https://apidocs.hibob.com/reference/post_hiring-interviews-search.md): Searches interview records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search evaluations](https://apidocs.hibob.com/reference/post_hiring-evaluations-search.md): Searches evaluation records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Search evaluation scorecard templates](https://apidocs.hibob.com/reference/post_hiring-evaluation-scorecard-templates-search.md): Searches evaluation scorecard template records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.
- [Offers](https://apidocs.hibob.com/reference/offers.md): Search offer records in Bob Hiring
- [Search offers](https://apidocs.hibob.com/reference/post_hiring-offers-search.md): Searches offer records using filters and returns paginated results. - Use the
fields parameter to specify which fields to return - Use the
filters parameter to narrow down results - Use cursor-based pagination with
limit and cursor
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters.