Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 966 Bytes

File metadata and controls

15 lines (11 loc) · 966 Bytes

JobInterviewStage

The JobInterviewStage Object ### Description The JobInterviewStage object is used to represent the stage of an interview ### Usage Example Fetch from the LIST JobInterviewStages endpoint and view the job interview stages used by a company.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
name str, none_type The stage's name. [optional]
job str, none_type If stages are specific to a job, this is the job that this stage belongs to. [optional]
remote_data [RemoteData], none_type [optional] [readonly]

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