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 | The application being scored. | [optional] |
| interview | str, none_type | The interview being scored. | [optional] |
| interviewer | str, none_type | The interviewer doing the scoring. | [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] |