Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.37 KB

Offer.md

File metadata and controls

22 lines (17 loc) · 1.37 KB

Offer

The Offer Object ### Description The Offer object is used to represent an offer for an application. ### Usage Example Fetch from the LIST Offers endpoint and filter by ID to show all offers.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
application str, none_type [optional]
creator str, none_type [optional]
remote_created_at datetime, none_type When the third party's offer was created. [optional]
closed_at datetime, none_type When the offer was closed. [optional]
sent_at datetime, none_type When the offer was sent. [optional]
start_date datetime, none_type The employment start date on the offer. [optional]
status object, none_type The offer's status. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

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