Skip to main content

CeContactStoreCourseSetup

Defines the settings for courses for a continuing education contact store in EventsAir.

type CeContactStoreCourseSetup {
classificationTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseClassificationType!]!
classifications(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseClassification!]!
courses(
input: CourseSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreCourse!]!
creditTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseCreditType!]!
discountCodes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseDiscountCode!]!
preferences: CoursePreferences!
subClassifications(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CourseSubClassification!]!
}

Fields

CeContactStoreCourseSetup.classificationTypes ● [CourseClassificationType!]! non-null object

A list of course classification types associated with this continuing education contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.classificationTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.classificationTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreCourseSetup.classifications ● [CourseClassification!]! non-null object

A list of course classifications associated with this continuing education contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.classifications.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.classifications.offset ● NonNegativeInt! non-null scalar

CeContactStoreCourseSetup.courses ● [CeContactStoreCourse!]! non-null object

A list of courses associated with this continuing education contact store.

See CourseSearchFilterInput for details on how the optional input argument can be used to filter course.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.courses.input ● CourseSearchFilterInput! non-null input
CeContactStoreCourseSetup.courses.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.courses.offset ● NonNegativeInt! non-null scalar

CeContactStoreCourseSetup.creditTypes ● [CourseCreditType!]! non-null object

A list of course credit types associated with this continuing education contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.creditTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.creditTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreCourseSetup.discountCodes ● [CourseDiscountCode!]! non-null object

A list of course registration discount codes defined for this continuing education contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.discountCodes.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.discountCodes.offset ● NonNegativeInt! non-null scalar

CeContactStoreCourseSetup.preferences ● CoursePreferences! non-null object

The configuration preferences for a course.

CeContactStoreCourseSetup.subClassifications ● [CourseSubClassification!]! non-null object

A list of course sub classifications associated with this continuing education contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreCourseSetup.subClassifications.limit ● PaginationLimit! non-null scalar
CeContactStoreCourseSetup.subClassifications.offset ● NonNegativeInt! non-null scalar

Member Of

CeContactStoreSetup object