Skip to main content

Available Endpoints

The ION Career app provides the following API endpoints:

Job Questions API

Get Job Questions

Retrieve all questions associated with a specific job opening

Hooks & Event Handlers

Document Events

Configure hooks for Job Applicant document events

Event Handlers

Process job questions and validate applicant responses

DocTypes

The app defines the following custom DocTypes:

Job Question Set

Collection of questions for job openings

Job Question

Individual question definition

Job Applicant Question Answer

Applicant’s answer to a job question

Authentication

All API endpoints require Frappe authentication. Include appropriate session cookies or API keys in your requests.

Base URL

https://your-frappe-site.com/api/method/ion_career.api.{method_name}

Build docs developers (and LLMs) love