Interface CourseVersionFetchOptions

Hierarchy

Properties

includeCourseMetadata?: boolean

Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. Default value : false

includeRegistrationCount?: boolean

Include the registration count in the results. Default value : false

scope?: string

The auth scope to use for the given method invocation

since?: string

Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)

until?: string

Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)

Generated using TypeDoc