ποΈ Get Resource by ID
The resource query retrieves details of a specific resource using its unique ID. This includes resource name, type, workload, and status.
Parameters
Parameter | Type | Description |
|---|---|---|
| String! | Unique identifier of the resource to retrieve. |
Response Fields
Field | Type | Description |
|---|---|---|
| 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. |
| ID! | The internal identifier of the cohort associated with this resource. Used for linking and lookup within Woolfβs AMS. |
| String | The custom name of the cohort this resource belongs to, used for cohort-level compliance tracking and reporting. Unique per course. |
| String | Reason for resource rejection, if applicable. |
| String! | Resource name. |
| String | Text content of the resource. |
| Int! | Workload value assigned to the resource. |
| Float! | Multiplier applied to workload calculations. |
| Int! | Workload execution value. |
| 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. |