π Get Multiple Resources
The resources query retrieves a list of resources with optional filters for course, type, pagination, and status.
Parameters
Parameter | Type | Description |
|---|---|---|
| ID | Filter resources by course ID. |
| [ResourceKind!] | Filter resources by type ( |
| Pagination | Define |
| [ResourceStatus!] | Filter resources by status ( |
Response Fields
Field | Type | Description |
|---|---|---|
| Int! | Total number of matching resources. |
| [Resource!]! | List of retrieved resources. |
| ID! | Unique identifier of the resource. |
| String | External identifier linked to the resource. |
| DateTime! | Timestamp when the resource was created. |
| DateTime! | Timestamp when the resource was last updated. |
| ID! | Course associated with the resource. |
| String | Reason for resource rejection, if applicable. |
| String! | Resource name. |
| String | Text content of the resource. |
| Int! | Workload value assigned to the resource. |
| ResourceKind! | Type of resource ( |
| ResourceStatus! | Current status of the resource ( |
| [Weight!] | List of grading weight categories for the resource. |
| [Asset!] | List of associated assets linked to the resource. |