curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{space_id}/courseworks \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "1234",
"created_at": "2026-01-06T00:59:53+00:00",
"updated_at": "2026-01-06T00:59:53+00:00",
"space_id": 123,
"type": "<string>",
"title": "<string>",
"status": "<string>",
"position": 123,
"completion_criteria": "<string>",
"unlocking_criteria": "<string>",
"children_count": 123,
"permalink": "<string>",
"parent_id": 123,
"parent_type": "<string>",
"description": "<string>"
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{space_id}/courseworks \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "1234",
"created_at": "2026-01-06T00:59:53+00:00",
"updated_at": "2026-01-06T00:59:53+00:00",
"space_id": 123,
"type": "<string>",
"title": "<string>",
"status": "<string>",
"position": 123,
"completion_criteria": "<string>",
"unlocking_criteria": "<string>",
"children_count": 123,
"permalink": "<string>",
"parent_id": 123,
"parent_type": "<string>",
"description": "<string>"
}
],
"links": {
"self": "<string>",
"next": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the course (space) to fetch coursework from
The Network's unique integer ID, or subdomain Unique numeric network ID
Filter by coursework type (lesson, quiz, section, overview)
Filter by parent coursework ID
Filter by visibility status (posted, hidden, pending)
Page number for pagination
Items per page (max 100)
A paginated set of coursework items