Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ“– Get Course Details

The course query retrieves details of a specific course using its unique ID. This includes its name, status, workload, and grading weights.

Parameters

Parameter

Type

Description

id

ID!

Unique identifier of the course to retrieve.

Response Fields

Field

Type

Description

id

ID!

Unique identifier of the course.

updated

DateTime!

Timestamp when the course was last updated.

created

DateTime!

Timestamp when the course was created.

status

CourseStatus!

Current status of the course (DRAFT, VERIFIED, ARCHIVED).

rejectionReason

String

Reason for course rejection, if applicable.

name

String!

Course name.

descr

String!

Description of the course.

weights

[Weight!]!

List of grading weight categories for the course.

workloadRequired

Int!

Minimum workload required to complete the course.

workload

Int!

Total workload assigned to the course.

publicationRequired

Int!

Number of publications required for completion.

publicationReviewedRequired

Int!

Number of reviewed publications required.

meetingRequired

Int!

Number of meetings required for course completion.

assignmentRequired

Int!

Number of assignments required to pass the course.

assignmentSummativeRequired

Int!

Number of summative assignments required.

πŸš€Β Request (Try It)