π 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 |
|---|---|---|
| ID | Filter activities by a specific course. |
| [ActivityKind!] | Filter activities by type (e.g., |
| Pagination | Define |
| ID | Retrieve activities linked to a specific resource. |
| [ResourceKind!] | Filter activities by resource type (e.g., |
| [ActivityStatus!] | Filter by activity status ( |
| ID | Retrieve activities associated with a specific student. |
Response Fields
Field | Type | Description |
|---|---|---|
| Int! | Total number of matching activities. |
| [Activity!]! | List of retrieved activities. |
| ID! | Unique activity identifier. |
| DateTime! | Timestamp when the activity was created. |
| DateTime! | Timestamp when the activity was last updated. |
| ID! | User linked to the activity. |
| ID! | College associated with the activity. |
| ID | Degree linked to the activity. |
| ID | Weight assigned to the activity. |
| ID | Course related to the activity. |
| ID | Resource associated with the activity. |
| ActivityKind! | Type of activity ( |
| ActivityStatus! | Current activity status ( |
| ResourceKind | Type of linked resource ( |
| Float | Grade assigned for the activity (if applicable). |