π Get Activity by ID
The activity query retrieves detailed information about a specific academic activity using its unique ID.
Parameters
Parameter | Type | Description |
|---|---|---|
| ID! | Unique identifier of the activity to retrieve. |
Response Fields
Field | Type | Description |
|---|---|---|
| ID! | Unique activity identifier. |
| DateTime! | Timestamp when the activity was created. |
| DateTime! | Timestamp when the activity was last updated. |
| ID! | ID of the user who performed 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). |