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.
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |