Skip to content

Scorecards Object ​



id
string
REQUIRED · 

The unique identifier for the scorecard submission

meeting
object

The meeting or call that was reviewed

id
string
REQUIRED · 

The unique identifier for the meeting

start_time
string · date-time

Start time of the meeting in ISO 8601 format

scorecard_template
object

The scorecard template that was used for the review

id
string

The unique identifier for the scorecard template

name
string

Name of the scorecard template

reviewee
object

The user whose performance was reviewed

id
string

The unique identifier for the reviewee

name
string

Name of the reviewee

email
string

Email of the reviewee

reviewer
object

The user who performed the review

id
string

The unique identifier for the reviewer

name
string

Name of the reviewer

email
string

Email of the reviewer

review_method
string

How the scorecard was completed. Can be manual, automatic, or both.

overall_score
number

Overall numeric score for the review, when provided by the source

overall_recommendation
string

Overall qualitative recommendation or summary for the review

visibility
string

Visibility of the scorecard in the source system

initiative
object

Coaching or quality initiative associated with the scorecard, when applicable

id
string

The unique identifier for the initiative

name
string

Name of the initiative

answers
object[]

The answers submitted for the scorecard

field
object
id
string

The field's unique identifier

name
string

The field's name

label
string

The field's label

type
string

The field's type. If no clear mapping exists, then the raw value is returned.

All possible enum values:
  • statement
  • string
  • text
  • rich_text
  • number
  • boolean
  • date
  • datetime
  • time
  • enum
  • array
  • file
  • rating
  • scale
  • ranking
  • group
  • matrix
field_group
object

The field's group identifier. If present, the field is part of a group.

id
string

The field group's identifier

name
string

The field group's name

label
string

The field group's label

value
string

The value for the field submitted

submitted_at
string · date-time

When the scorecard was submitted or last answered

reviewed_at
string · date-time

When the review was completed

created_at
string · date-time

Creation time of the scorecard record

updated_at
string · date-time

Last updated time of the scorecard record

remote_data
object

Raw data returned from the remote API call.