The Scorecard Object ### Description The Scorecard
object is used to represent a Scorecard for an interview. ### Usage Example Fetch from the LIST Scorecards
endpoint and filter by application
to show all scorecard for an applicant.
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] | |
interview | str, none_type | [optional] | |
interviewer | str, none_type | [optional] | |
remote_created_at | datetime, none_type | When the third party's scorecard was created. | [optional] |
submitted_at | datetime, none_type | When the scorecard was submitted. | [optional] |
overall_recommendation | object, none_type | The inteviewer's recommendation. | [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] |