Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ—‚οΈ 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

id

String!

Unique identifier of the resource to retrieve.

Response Fields

Field

Type

Description

id

ID!

Unique identifier of the resource.

externalId

String

External identifier linked to the resource.

created

DateTime!

Timestamp when the resource was created.

updated

DateTime!

Timestamp when the resource was last updated.

courseId

ID!

Course associated with the resource.

cohortId

ID!

The internal identifier of the cohort associated with this resource. Used for linking and lookup within Woolf’s AMS.

cohortName

String

The custom name of the cohort this resource belongs to, used for cohort-level compliance tracking and reporting. Unique per course.

rejectionReason

String

Reason for resource rejection, if applicable.

name

String!

Resource name.

content

String

Text content of the resource.

workload

Int!

Workload value assigned to the resource.

workloadMultiplier

Float!

Multiplier applied to workload calculations.

workloadExecution

Int!

Workload execution value.

kind

ResourceKind!

Type of resource (ASSIGNMENT, ASSIGNMENT_SUMMATIVE, MEETING, GENERAL, PUBLICATION, PUBLICATION_REVIEWED).

status

ResourceStatus!

Current status of the resource (DRAFT, REJECTED, SUBMITTED, VERIFIED, ARCHIVED).

weights

[Weight!]

List of grading weight categories for the resource.

assets

[Asset!]

List of associated assets linked to the resource.

πŸš€Β Request (Try It)