Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ“‹ Get Activities

The activities query retrieves a list of academic activities for students and courses. You can filter results by course, resource, student, and status.

Parameters

Parameter

Type

Description

courseId

ID

Filter activities by a specific course.

kinds

[ActivityKind!]

Filter activities by type (e.g., addFeedback, submitAssignment).

pagination

Pagination

Define skip and take values to limit results.

resourceId

ID

Retrieve activities linked to a specific resource.

resourceKinds

[ResourceKind!]

Filter activities by resource type (e.g., MEETING).

statuses

[ActivityStatus!]

Filter by activity status (ACTIVE, ARCHIVED, PENDING).

studentId

ID

Retrieve activities associated with a specific student.

Response Fields

Field

Type

Description

count

Int!

Total number of matching activities.

list

[Activity!]!

List of retrieved activities.

id

ID!

Unique activity identifier.

created

DateTime!

Timestamp when the activity was created.

updated

DateTime!

Timestamp when the activity was last updated.

userId

ID!

User linked to the activity.

collegeId

ID!

College associated with the activity.

degreeId

ID

Degree linked to the activity.

weightId

ID

Weight assigned to the activity.

courseId

ID

Course related to the activity.

resourceId

ID

Resource associated with the activity.

kind

ActivityKind!

Type of activity (addFeedback, attendMeeting, submitAssignment, consumeResource, attendMeeting).

status

ActivityStatus!

Current activity status (ACTIVE, ARCHIVED, PENDING).

resourceKind

ResourceKind

Type of linked resource (ASSIGNMENT, ASSIGNMENT_SUMMATIVE, MEETING, GENERAL, PUBLICATION, PUBLICATION_REVIEWED).

grade

Float

Grade assigned for the activity (if applicable).

πŸš€Β Request (Try It)