Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.81 KB

File metadata and controls

24 lines (19 loc) · 1.81 KB

ApplicationRequest

The Application Object ### Description The Application object is used to represent an Application for a job position. This is separate from the Candidate object, although some systems may only allow a Candidate to have one Application. Please note: Application objects are constructed if the object does not exist in the remote system. ### Usage Example Fetch from the LIST Applications endpoint and filter by ID to show all applications.

Properties

Name Type Description Notes
remote_id str, none_type The third-party API ID of the matching object. [optional]
candidate str, none_type [optional]
job str, none_type [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 [optional]
current_stage str, none_type [optional]
reject_reason str, none_type [optional]
custom_fields {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type Custom fields configured for a given model. [optional]
remote_template_id str, none_type [optional]
integration_params {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
linked_account_params {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]

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