INPUT_OBJECT
CrAssessmentUserCompletionFilter
link GraphQL Schema definition
- input CrAssessmentUserCompletionFilter {
- # If provided, will return CrAssessmentUserCompletion starting on startDate. This
- # is based on the updatedOn field.
- DateTime :
- # If provided, will return CrAssessmentUserCompletion results ending on endDate.
- # This is based on the updatedOn field.
- DateTime :
- # If provided, will return CrAssessmentUserCompletion that match the session
- # completion status provided.
- CompleteOrIncomplete :
- # If provided, will return CrAssessmentUserCompletion that match the session
- # completion status provided.
- PassFailSkipped :
- # If provided, will return CrAssessmentUserCompletion starting on earliest
- # CompletedOn. This is based on the completedOn field.
- DateTime :
- # If provided, will return CrAssessmentUserCompletion results ending on latest
- # CompletedOn. This is based on the completedOn field.
- DateTime :
- # If provided, will filter CrAssessmentUserCompletion results to the array of
- # userIds provided. This is based on the userId field. This has a limit of 100
- # userIds.
- String] : [
- }