Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ” Get Activity by ID

The activity query retrieves detailed information about a specific academic activity using its unique ID.

Parameters

Parameter

Type

Description

id

ID!

Unique identifier of the activity to retrieve.

Response Fields

Field

Type

Description

id

ID!

Unique activity identifier.

created

DateTime!

Timestamp when the activity was created.

updated

DateTime!

Timestamp when the activity was last updated.

userId

ID!

ID of the user who performed 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)