Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

File metadata and controls

21 lines (16 loc) · 1.14 KB

Application

Properties

Name Type Description Notes
applicant_id str, none_type
job_id str, none_type
id str A unique identifier for an object. [optional] [readonly]
status str, none_type [optional]
stage ApplicationStage [optional]
custom_mappings CustomMappings [optional]
updated_by str, none_type The user who last updated the object. [optional] [readonly]
created_by str, none_type The user who created the object. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
pass_through PassThroughBody [optional]

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