Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.32 KB

File metadata and controls

22 lines (18 loc) · 1.32 KB

Job

The Job Object ### Description The Job object is used to represent a Job offering at a company. ### Usage Example Fetch from the LIST Jobs endpoint to show all job postings.

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 job's name. [optional]
description str, none_type The job's description. [optional]
status object, none_type The job's status. [optional]
remote_created_at datetime, none_type When the third party's job was created. [optional]
remote_updated_at datetime, none_type When the third party's job was updated. [optional]
confidential bool, none_type Whether the job is confidential. [optional]
departments [str] [optional]
offices [str] [optional]
hiring_managers [str] [optional]
remote_data [RemoteData], none_type [optional] [readonly]

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