Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.41 KB

File metadata and controls

21 lines (17 loc) · 1.41 KB

Application

The Application Object ### Description The Application object is used to represent an Application for a job position. ### Usage Example Fetch from the LIST Applications endpoint and filter by ID to show all applications.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
candidate str, none_type The candidate applying. [optional]
job str, none_type The job being applied for. [optional]
applied_at datetime, none_type When the application was submitted. [optional]
rejected_at datetime, none_type When the application was rejected. [optional]
source str, none_type The application's source. [optional]
credited_to str, none_type The user credited for this application. [optional]
current_stage str, none_type The application's current stage. [optional]
reject_reason str, none_type The application's reason for rejection. [optional]
remote_data [RemoteData], none_type [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]