Skip to main content

Report Definitions

Below are definitions for each of the available report objects in the Coach Reporting API service, along with descriptions of each available field. All fields are available to be toggled visible/invisible in the UI and exported as a CSV. When querying via API directly, you'll need to include the list of fields you would like returned if you don't want the defaults.

Admin/Manager

Object name for API: Admin

FieldJSON fieldData TypeDescriptionVisible by default
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
Full NamenameStringFull name of the userNo
EmailemailStringEmail address of the userNo
Groups ManagedgroupsManagedStringNumber of groups this user managesYes
Review AveragepitchAverageStringAverage score given to learners by the user during pitch reviewsYes
Reviews AssignedreviewsAssignedStringNumber of pitch review tasks assigned to the userYes
Reviews CompletedreviewsCompletedStringNumber of pitch review tasks completed by the userYes
Reviews With FeedbackreviewsWithFeedbackStringNumber of pitch reviews the user has provided written feedback onYes
RolepermissionStringRole of the userYes
Users ManagedusersManagedIntegerNumber of learners managed by this userYes
Courses AdministeredcoursesAdministeredIntegerNumber of courses where this user is listed as the ownerYes
Feedback Length AveragefeedbackAverageIntegerAverage number of characters given in pitch feedbackYes

Course

Object name for API: Course

FieldJSON fieldData TypeDescriptionVisible by default
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division this course belongs toNo
Division NamedivisionNameStringName of the division this course belongs toNo
Curriculum IDcurriculumIdStringID of the curriculum this course belongs toNo
Curriculum TitlecurriculumTitleStringTitle of the curriculum this course belongs toNo
DescriptiondescriptionStringDescription of the courseNo
Course OwneradminStringOwner of the courseNo
Course StatuscourseStatusStringStatus of the course:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived courses)
No
Course CreatedcourseCreatedStringDate the course was createdNo
User CountuserCountIntegerCount of users assigned to the courseYes
Start CountstartCountIntegerCount of users who have started the courseYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the courseYes
Completion CountcompletedCountIntegerCount of users who have completed the courseYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the courseYes
Overdue CountoverdueCountIntegerCount of users who are overdue on the courseYes
Overdue PercentageoverduePercentageIntegerPercentage of assigned users who are overdue on the courseYes
Test AveragetestAverageIntegerAverage score received by all users who have submitted the test on this course (- if no test exists)Yes
Pitch AveragepitchAverageIntegerAverage score received by all users who have submitted a Pitch IQ on this course (- if no Pitch IQ exists)Yes
Is SCORMisScormStringWhether or not this is a SCORM-enabled course (Yes, No)No
Has TesthasTestStringWhether or not there is a test attached to this course (Yes, No)No
Has Pitch IQhasPitchIQStringWhether or not there is a Pitch IQ attached to this course (Yes, No)No

Course & Group

Object name for API: CourseGroup

FieldJSON fieldData TypeDescriptionVisible by default
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division this course belongs toNo
Division NamedivisionNameStringName of the division this course belongs toNo
Curriculum IDcurriculumIdStringID of the curriculum this course belongs toNo
Curriculum TitlecurriculumTitleStringTitle of the curriculum this course belongs toNo
DescriptiondescriptionStringDescription of the courseNo
Course OwneradminStringOwner of the courseNo
Course StatuscourseStatusStringStatus of the course:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived courses)
No
Course CreatedcourseCreatedStringDate the course was created (YYYY/MM/DD)No
Group IDgroupIdStringID of the groupNo
Group NamegroupTitleStringName of the groupYes
Group Created DategroupCreatedStringDate the group was created (YYYY/MM/DD)No
Rolling Due DatedueDaysIntegerNumber of days after the group is assigned (or a new user is assigned to the group) that the course will be dueNo
Due DatedueDateStringDate the course is due for users in this group (YYYY/MM/DD)No
Is Required (Not Elective)requiredStringWhether or not this course is required for the users in the group (Yes, No)No
Is Visible (Not Hidden)visibleStringWhether or not this course is visible in the Coach UI for users in the group (Yes, No)No
Assigned DateassignedDateStringDate the group was assigned to the course (YYYY/MM/DD)No
User CountuserCountIntegerCount of users in this group assigned to the courseYes
Start CountstartCountIntegerCount of users in this group who have started the courseYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the courseYes
Completion CountcompletedCountIntegerCount of users in this group who have completed the courseYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the courseYes
Overdue CountoverdueCountIntegerCount of users in this group who are overdue on the courseYes
Overdue PercentageoverduePercentageIntegerPercentage of assigned users who are overdue on the courseYes
Test AveragetestAverageIntegerAverage score received by all users in this group who have submitted the test on this course (- if no test exists)Yes
Pitch AveragepitchAverageIntegerAverage score received by all users in this group who have submitted a Pitch IQ on this course (- if no Pitch IQ exists)Yes
Is SCORMisScormStringWhether or not this is a SCORM-enabled course (Yes, No)No
Has TesthasTestStringWhether or not there is a test attached to this course (Yes, No)No
Has Pitch IQhasPitchIQStringWhether or not there is a Pitch IQ attached to this course (Yes, No)No

Course & User

Object name for API: CourseUser

FieldJSON fieldData TypeDescriptionVisible by default
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userNo
User StatususerStatusStringStatus of the user (Registered, Invited)No
User Created DateuserCreatedStringDate the user was created (YYYY/MM/DD)No
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division this course belongs toNo
Division NamedivisionNameStringName of the division this course belongs toNo
Curriculum IDcurriculumIdStringID of the curriculum this course belongs toNo
Curriculum TitlecurriculumTitleStringTitle of the curriculum this course belongs toNo
DescriptiondescriptionStringDescription of the courseNo
Course OwneradminStringOwner of the courseNo
Course StatuscourseStatusStringStatus of the course:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived courses)
No
Course CreatedcourseCreatedStringDate the course was createdNo
Assigned DateassignedDateStringDate the user was assigned to the course (YYYY/MM/DD)No
Due DatedueDateStringDate the course is due for the user (YYYY/MM/DD)Yes
Completion DatecompletedStringDate the user completed the course (YYYY/MM/DD)Yes
Is OverdueoverdueStringWhether or not the user is overdue for this course (Yes, No)Yes
Is Required (Not Elective)requiredStringWhether or not the user is required to complete this course (Yes, No)No
Learn MinuteslearnMinutesIntegerNumber of minutes the user has spent on the courseYes
Learn ProgresslearnProgressIntegerPercentage of items in this course completed (Yes, No)Yes
Test AttemptstestAttemptsIntegerNumber of attempts the user has made on the test for the courseYes
Test ScoretestScoreIntegerScore the user received on the test for this courseYes
Pitch AttemptspitchAttemptsIntegerNumber of attempts the user has made on the Pitch IQ for the courseYes
Is Pitch IQ SubmittedpitchSubmittedStringWhether or not the user has submitted a pitch for this course (Yes, No)Yes
Pitch ScorepitchScoreIntegerScore the user received on the Pitch IQ for the courseYes
Pitch PassedpitchPassedStringWhether or not the user received a passing score on this Pitch IQ (Yes, No)No
Is SCORMisScormStringWhether or not this is a SCORM-enabled course (Yes, No)No
Has TesthasTestStringWhether or not there is a test attached to this course (Yes, No)No
Has Pitch IQhasPitchIQStringWhether or not there is a Pitch IQ attached to this course (Yes, No)No
Pitch Review Due DatepitchReviewDueDateStringDate reviews for this pitch are due, if one exists (YYYY/MM/DD)No
Pass/Fail CourseisPassFailStringWhether or not the course can be failed (Yes, No)No
Pitch Pass/Fail StatuspitchPassFailStatusStringWhether or not the Pitch IQ attached to this course can be failed (Yes, No)No
Test Pass/Fail StatustestPassFailStatusStringWhether or not the test attached to this course can be failed (Yes, No)No

Curriculum

Object name for API: Curriculum

FieldJSON fieldData TypeDescriptionVisible by default
Curriculum IDcurriculumIdStringID of the curriculumNo
Curriculum TitlecurriculumTitleStringTitle of the curriculumYes
Curriculum Created DatecurriculumCreatedStringDate the curriculum was created (YYYY/MM/DD)No
Division IDdivisionIdStringID of the division this curriculum belongs toNo
Division NamedivisionNameStringName of the division this curriculum belongs toNo
Course CountcourseCountIntegerCount of courses in the curriculumYes
User CountuserCountIntegerCount of users assigned to courses in this curriculumYes
Start CountstartCountIntegerCount of users who have started courses in this curriculumYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started courses in this curriculumYes
Test AveragetestAverageIntegerAverage score received by all users who have submitted the test on courses in this curriculum (- if no test exists)Yes
Pitch AveragepitchAverageIntegerAverage score received by all users who have submitted a Pitch IQ on courses in this curriculum (- if no Pitch IQ exists)Yes

Curriculum & Group

Object name for API: CurriculumGroup

FieldJSON fieldData TypeDescriptionVisible by default
Curriculum IDcurriculumIdStringID of the curriculumNo
Curriculum TitlecurriculumTitleStringTitle of the curriculumYes
Curriculum Created DatecurriculumCreatedStringDate the curriculum was created (YYYY/MM/DD)No
Division IDdivisionIdStringID of the division this curriculum belongs toNo
Division NamedivisionNameStringName of the division this curriculum belongs toNo
Group IDgroupIdStringID of the groupNo
Group NamegroupTitleStringName of the groupYes
Group Created DategroupCreatedStringDate the group was created (YYYY/MM/DD)No
Course CountcourseCountIntegerCount of courses in the curriculum assigned to the groupYes
User CountuserCountIntegerCount of users in this group assigned to courses in this curriculumYes
Start CountstartCountIntegerCount of users in this group who have started courses in this curriculumYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started courses in this curriculumYes
Test AveragetestAverageIntegerAverage score received by all users in this group who have submitted the test on courses in this curriculum (- if no test exists)Yes
Pitch AveragepitchAverageIntegerAverage score received by all users in this group who have submitted a Pitch IQ on courses in this curriculum (- if no Pitch IQ exists)Yes

Curriculum & User

Object name for API: CurriculumUser

FieldJSON fieldData TypeDescriptionVisible by default
Curriculum IDcurriculumIdStringID of the curriculumNo
Curriculum TitlecurriculumTitleStringTitle of the curriculumYes
Curriculum Created DatecurriculumCreatedStringDate the curriculum was created (YYYY/MM/DD)No
Division IDdivisionIdStringID of the division this curriculum belongs toNo
Division NamedivisionNameStringName of the division this curriculum belongs toNo
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
Full NamenameStringFull name of the userNo
EmailemailStringEmail address of the userNo
User StatususerStatusStringStatus of the user (Registered, Invited)No
User Created DateuserCreatedStringDate the user was created (YYYY/MM/DD)No
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Courses AssignedcoursesAssignedIntegerCount of courses in the curriculum that the user is assigned toYes
Courses StartedcoursesStartedIntegerCount of courses in the curriculum that the user has startedYes
Courses CompletedcoursesCompletedIntegerCount of courses in the curriculum that the user has completedYes
Courses OverduecoursesOverdueIntegerCount of courses in the curriculum that the user is overdue onNo
Published Courses OverduepublishedCoursesOverdueIntegerCount of published courses in the curriculum that the user is overdue onNo
Test AveragetestAverageIntegerAverage score received on all tests submitted in this curriculumYes
Tests TakentestsTakenIntegerCount of tests in this curriculum that the user has submittedNo
Tests AssignedtestsAssignedIntegerCount of tests in this curriculum that the user is assigned toNo
Pitch AveragepitchAverageIntegerAverage score received on all Pitch IQs submitted in this curriculumYes

Group

Object name for API: Group

FieldJSON fieldData TypeDescriptionVisible by default
Division IDdivisionIdStringID of the division the group belongs toNo
Division NamedivisionNameStringName of the division the group belongs toNo
Group IDgroupIdStringID of the groupNo
Group NamegroupTitleStringName of the groupYes
Group Created DategroupCreatedStringDate the group was created (YYYY/MM/DD)No
Course CountcourseCountIntegerCount of courses the group is assigned toNo
Assignment CountassignmentCountIntegerCount of all user assignments in the group (courses + paths)No
User CountuserCountIntegerCount of users in the groupYes
Start CountstartCountIntegerCount of courses started by all users in the groupYes
Start PercentagestartPercentageIntegerPercentage of all assignments that have been started by users in the groupYes
Completion CountcompletedCountIntegerCount of completed courses for all users in the groupYes
Completion PercentagecompletedPercentageIntegerOverall percentage of assignments completed by users in the groupYes
Overdue CountoverdueCountIntegerCount of assignments which are overdue for users in the groupYes
Overdue PercentageoverduePercentageIntegerOverall percentage of assignments which are overdue for users in the groupYes
Test AveragetestAverageIntegerAverage score received by all users in this group who have submitted tests (- if no test exists)Yes
Pitch AveragepitchAverageIntegerAverage score received by all users in this group who have submitted Pitch IQs (- if no Pitch IQ exists)Yes

Path

Object name for API: Checklist

Some JSON fields in the following tables are prefixed with checklist for legacy purposes; Checklists are now known as Paths and are labeled properly in the UI.

FieldJSON fieldData TypeDescriptionVisible by default
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
DescriptiondescriptionStringDescription of the pathNo
Path OwneradminStringOwner of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Date PublisheddatePublishedStringDate the path was published (YYYY/MM/DD)No
Path Created DatechecklistCreatedStringDate the path as created (YYYY/MM/DD)No
Path Item CountchecklistItemCountIntegerCount of items in the pathNo
User CountuserCountIntegerCount of users assigned to the pathYes
Start CountstartCountIntegerCount of users who have started the pathYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the pathYes
Completion CountcompletedCountIntegerCount of users who have completed the pathYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the pathYes

Path & Group

Object name for API: ChecklistGroup

FieldJSON fieldData TypeDescriptionVisible by default
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
DescriptiondescriptionStringDescription of the pathNo
Path OwneradminStringOwner of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Date PublisheddatePublishedStringDate the path was published (YYYY/MM/DD)No
Path Created DatechecklistCreatedStringDate the path as created (YYYY/MM/DD)No
Group IDgroupIdStringID of the groupNo
Group NamegroupTitleStringName of the groupYes
Group Created DategroupCreatedStringDate the group was created (YYYY/MM/DD)No
Path Item CountchecklistItemCountIntegerCount of items in the pathNo
User CountuserCountIntegerCount of users in the group assigned to the pathYes
Start CountstartCountIntegerCount of users in the group who have started the pathYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the pathYes
Completion CountcompletedCountIntegerCount of users in the group who have completed the pathYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the pathYes
Require Y/NrequiredStringWhether or not the users in the group are required to complete the pathNo
Path Due DaysdueDaysStringNumber of days after the group is assigned (or a new user is assigned to the group) that the path will be dueNo
Path Due DatedueDateStringDate the path is due for users in the group (YYYY/MM/DD)No

Path & User

Object name for API: ChecklistUser

FieldJSON fieldData TypeDescriptionVisible by default
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userNo
User StatususerStatusStringStatus of the user (Registered, Invited)No
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
DescriptiondescriptionStringDescription of the pathNo
Path OwneradminStringOwner of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Date PublisheddatePublishedStringDate the path was published (YYYY/MM/DD)No
Path Created DatechecklistCreatedStringDate the path as created (YYYY/MM/DD)No
Path Items AssignedchecklistItemsAssignedIntegerCount of items in the path assigned to the userYes
Path Items StartedchecklistItemsStartedIntegerCount of items in the path that the user has startedYes
Path Items CompletedchecklistItemsCompletedIntegerCount of items in the path that the user has completedYes
Path Items OverduechecklistItemsOverdueIntegerCount of items in the path that the user is overdue onYes
Required Y/NrequiredStringWhether or not the user is required to complete the path (Y, N)No
Path Due DatedueDateStringDate the path is due for this userNo
Path Percent CompletecompletedPercentageIntegerPercentage of the path completed by the userNo
Completion DatecompletedStringDate the user completed the pathNo

Path Item

Object name for API: Task

FieldJSON fieldData TypeDescriptionVisible by default
Path Item IDchecklistItemIdStringID of the path itemNo
Path Item TitlechecklistItemTitleStringTitle of the path itemYes
DescriptiondescriptionStringDescription of the path itemNo
Path Item TypechecklistItemTypeStringType of the path item (Task, Course, Live Training)Yes
Path Item StatuschecklistItemStatusStringPath Item Status:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Path Item Created DatechecklistItemCreatedStringDate the path item was createdNo
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
User CountuserCountIntegerCount of users assigned to the courseYes
Start CountstartCountIntegerCount of users who have started the courseYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the courseYes
Completion CountcompletedCountIntegerCount of users have completed the courseYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the courseYes
Overdue CountoverdueCountIntegerCount of users who are overdue on the courseYes
Overdue PercentageoverduePercentageIntegerPercentage of assigned users who are overdue on the courseYes

Path Item & Group

Object name for API: TaskGroup

FieldJSON fieldData TypeDescriptionVisible by default
Path Item IDchecklistItemIdStringID of the path itemNo
Path Item TitlechecklistItemTitleStringTitle of the path itemYes
DescriptiondescriptionStringDescription of the path itemNo
Path Item TypechecklistItemTypeStringType of the path item (Task, Course, Live Training)Yes
Path Item StatuschecklistItemStatusStringPath Item Status:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Path Item Created DatechecklistItemCreatedStringDate the path item was createdNo
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
Group IDgroupIdStringID of the groupNo
Group NamegroupTitleStringName of the groupYes
Group Created DategroupCreatedStringDate the group was created (YYYY/MM/DD)No
Rolling Due DatedueDaysStringNumber of days after the group is assigned (or a new user is assigned to the group) that the path item will be dueNo
Due DatedueDateStringDate the path item is due for users in the group (YYYY/MM/DD)No
Assigned DateassignedDateStringDate the path item was assigned to the group (YYYY/MM/DD)No
User CountuserCountIntegerCount of users assigned to the courseYes
Start CountstartCountIntegerCount of users who have started the courseYes
Start PercentagestartPercentageIntegerPercentage of assigned users who have started the courseYes
Completion CountcompletedCountIntegerCount of users have completed the courseYes
Completion PercentagecompletedPercentageIntegerPercentage of assigned users who have completed the courseYes
Overdue CountoverdueCountIntegerCount of users who are overdue on the courseYes
Overdue PercentageoverduePercentageIntegerPercentage of assigned users who are overdue on the courseYes
Required Y/NrequiredStringWhether or not the users in the group is required to complete the path (Y, N)No

Path Item & User

Object name for API: TaskUser

FieldJSON fieldData TypeDescriptionVisible by default
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userNo
User StatususerStatusStringStatus of the user (Registered, Invited)No
User Created DateuserCreatedStringDate the user was created (YYYY/MM/DD)No
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Path Item IDchecklistItemIdStringID of the path itemNo
Path Item TitlechecklistItemTitleStringTitle of the path itemYes
DescriptiondescriptionStringDescription of the path itemNo
Path Item TypechecklistItemTypeStringType of the path item (Task, Course, Live Training)Yes
Path Item StatuschecklistItemStatusStringPath Item Status:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Path Item Created DatechecklistItemCreatedStringDate the path item was createdNo
Path IDchecklistIdStringID of the pathNo
Path TitlechecklistTitleStringTitle of the pathYes
Path StatuschecklistStatusStringStatus of the path:
  • Published
  • Hidden (deprecated, only shown for historical data)
  • Archived (only availble if a request has been made to show archived paths)
No
Division IDdivisionIdStringID of the division the path belongs toNo
Division NamedivisionNameStringName of the division the path belongs toNo
Due DatedueDateStringDate the path item is due for the user (YYYY/MM/DD)Yes
Assigned DateassignedDateStringDate the path item was assigned to the user (YYYY/MM/DD)Yes
Completion DatecompletedStringDate the user completed the path item (YYYY/MM/DD)Yes
Is OverdueoverdueStringWhether or not the user is overdue on the path item (Yes, No)Yes
Required Y/NrequiredStringWhether or not the user is required to complete the path item (Yes, No)No

Pitch IQ Results

Object name for API: PitchReviews

FieldJSON fieldData TypeDescriptionVisible by default
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division the course belongs toNo
Division NamedivisionNameStringName of the division the course belongs toNo
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userNo
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toYes
Reviewer TypereviewerTypeStringType of review submitted by the reviewer (Peer, Manager, Admin)Yes
Reviewer User IDreviewerIdStringUser ID of the reviewerNo
Reviewer First NamereviewerFirstNameStringFirst name of the reviewerYes
Reviewer Last NamereviewerLastNameStringLast name of the reviewerYes
Pitch ScorepitchScoreIntegerScore given to the pitch by the reviewerYes
PositivespositivesStringPositive feedback given by the reviewerYes
ConstructivenegativesStringConstructive feedback given by the reviewerYes

Pitch Reviewer Activities

Object name for API: PitchReviewerActivity

FieldJSON fieldData TypeDescriptionVisible by default
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division the course belongs toNo
Division NamedivisionNameStringName of the division the course belongs toNo
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userNo
Reviewer TypereviewerTypeStringType of review submitted by the reviewer (Scorer, Reviewer)Yes
Pitch ScorepitchScoreIntegerAverage score given to pitches on the course by the reviewerYes
Reviews GivenreviewsCompletedIntegerCount of pitches reviewed on the course for the reviewerYes
Reviews To GivereviewsToGiveIntegerCount of pitches pending review on the course for the reviewerYes

Test Results

Object name for API: TestQuestions

FieldJSON fieldData TypeDescriptionVisible by default
Test IDtestIdStringID of the testNo
Course IDcourseIdStringID of the courseNo
Course TitlecourseTitleStringTitle of the courseYes
Division IDdivisionIdStringID of the division the course belongs toNo
Division NamedivisionNameStringName of the division the course belongs toNo
TypetestTypeStringType of the test (Test, Survey)Yes
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
EmailemailStringEmail address of the userYes
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Test ScoretestScoreIntegerScore received on the test by the userYes
QuestionquestionStringQuestion contentYes
ResponseresponseStringResponse submitted by the user for the questionYes
CorrectcorrectStringWhether or not the user answered correctly (Yes, No)Yes

User

Object name for API: User

FieldJSON fieldData TypeDescriptionVisible by default
User IDuserIdStringID of the userNo
First NamefirstNameStringFirst name of the userYes
Last NamelastNameStringLast name of the userYes
Full NamenameStringFull name of the userNo
EmailemailStringEmail address of the userNo
User StatususerStatusStringStatus of the user (Registered, Invited)No
User Created DateuserCreatedStringDate the user was created (YYYY/MM/DD)No
Assigned Group IDsassignedGroupIdsStringComma-separated list of IDs of groups the user is assigned toNo
Assigned Group NamesassignedGroupTitlesStringComma-separated list of names of groups the user is assigned toNo
Division IDdivisionIdStringID of the division these statistics are calculated overNo
Division NamedivisionNameStringName of the division these statistics are calculated overNo
Courses AssignedcoursesAssignedIntegerCount of courses the user is assigned toYes
Courses CompletedcoursesCompletedIntegerCount of courses the user has completedYes
Courses Complete PercentagecoursesCompletedPercentageIntegerPercentage of assigned courses the user has completedYes
Courses OverduecoursesOverdueIntegerCount of courses the user is overdue forYes
Published Courses OverduepublishedCoursesOverdueIntegerCount of published courses the user is overdue forNo
Lessons CompletedlessonsCompletedIntegerCount of all lessons completed in courses assigned to the userNo
Test AveragetestAverageIntegerAverage score received by the user on all testsYes
Tests TakentestsTakenIntegerCount of tests submitted by the userYes
Tests AssignedtestsAssignedIntegerCount of courses with tests assigned to the userYes
Pitches AssignedpitchesAssignedIntegerCount of courses with Pitch IQs assigned to the userNo
Pitches SubmittedpitchesSubmittedIntegerCount of Pitch IQs submitted by the userNo
Pitch AveragepitchAverageIntegerAverage score received by the user on all Pitch IQsYes