INPUT_OBJECT
CrAssessmentUserOptionFilter
link GraphQL Schema definition
- input CrAssessmentUserOptionFilter {
- # If provided, will return CrAssessmentUserOption starting on startDate. This is
- # based on the updatedOn field. Use this for deltas.
- DateTime :
- # If provided, will return CrAssessmentUserOption results ending on endDate. This
- # is based on the updatedOn field. Use this for deltas.
- DateTime :
- # Limits results where completedOn is >= this value. This is not recommended for
- # deltas.
- DateTime :
- # Limits results where completedOn is <= this value. This is not recommended for
- # deltas.
- DateTime :
- # If provided, will filter CrAssessmentUserOption results to the array of userIds
- # provided. This is based on the userId field. This has a limit of 100 userIds.
- String] : [
- # If provided, will filter results using an array of 'Pass', 'Fail', and/or
- # 'Skipped' options provided. This is based on the passFailSkipped field.
- UserOptionPassFailSkipped] : [
- }