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.
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] |