POST api/Courses/retrieve_academy_course_modules
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ModuleName | Description | Type | Additional information |
---|---|---|---|
Identifier | globally unique identifier |
None. |
|
Inserted | date |
None. |
|
Updated | date |
None. |
|
Deleted | date |
None. |
|
Activation | boolean |
None. |
|
Content | string |
None. |
|
Course | globally unique identifier |
None. |
|
Credit | integer |
None. |
|
Description | string |
None. |
|
Mandatory | boolean |
None. |
|
Name | string |
None. |
|
Totara | integer |
None. |
|
tier | integer |
None. |
|
routes | integer |
None. |
|
Sets | Collection of Set |
None. |
|
Tutors | Collection of Tutor |
None. |
|
Course1 | Course |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identifier": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Inserted": "2025-04-04T03:52:01.7613463+01:00", "Updated": "2025-04-04T03:52:01.7613463+01:00", "Deleted": "2025-04-04T03:52:01.7613463+01:00", "Activation": true, "Content": "sample string 4", "Course": "8ba06608-d716-433f-88dc-673c773a7d9d", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "a9db111d-7cf3-4635-a51d-7c52fdf8bc31", "Inserted": "2025-04-04T03:52:01.7613463+01:00", "Updated": "2025-04-04T03:52:01.7613463+01:00", "Deleted": "2025-04-04T03:52:01.7613463+01:00", "Activation": true, "Country": "27315ab3-c28f-424e-9f7b-2bf4f1440c86", "Enrolments": 5, "Finish": "2025-04-04T03:52:01.7613463+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Start": "2025-04-04T03:52:01.7613463+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "bdfb7bbb-be48-4f47-aef9-e0b59184b6d9", "Inserted": "2025-04-04T03:52:01.7768881+01:00", "Updated": "2025-04-04T03:52:01.7768881+01:00", "Deleted": "2025-04-04T03:52:01.7768881+01:00", "Activation": true, "Enrolments": 4, "Module": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "8ba06608-d716-433f-88dc-673c773a7d9d", "Inserted": "2025-04-04T03:52:01.7768881+01:00", "Updated": "2025-04-04T03:52:01.7768881+01:00", "Deleted": "2025-04-04T03:52:01.7768881+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-04-04T03:52:01.7768881+01:00", "Name": "sample string 6", "Start": "2025-04-04T03:52:01.7768881+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } }, { "Identifier": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Inserted": "2025-04-04T03:52:01.7613463+01:00", "Updated": "2025-04-04T03:52:01.7613463+01:00", "Deleted": "2025-04-04T03:52:01.7613463+01:00", "Activation": true, "Content": "sample string 4", "Course": "8ba06608-d716-433f-88dc-673c773a7d9d", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "a9db111d-7cf3-4635-a51d-7c52fdf8bc31", "Inserted": "2025-04-04T03:52:01.7613463+01:00", "Updated": "2025-04-04T03:52:01.7613463+01:00", "Deleted": "2025-04-04T03:52:01.7613463+01:00", "Activation": true, "Country": "27315ab3-c28f-424e-9f7b-2bf4f1440c86", "Enrolments": 5, "Finish": "2025-04-04T03:52:01.7613463+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Start": "2025-04-04T03:52:01.7613463+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "bdfb7bbb-be48-4f47-aef9-e0b59184b6d9", "Inserted": "2025-04-04T03:52:01.7768881+01:00", "Updated": "2025-04-04T03:52:01.7768881+01:00", "Deleted": "2025-04-04T03:52:01.7768881+01:00", "Activation": true, "Enrolments": 4, "Module": "73aff4d0-0b11-4876-a55b-5c89134880ee", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "8ba06608-d716-433f-88dc-673c773a7d9d", "Inserted": "2025-04-04T03:52:01.7768881+01:00", "Updated": "2025-04-04T03:52:01.7768881+01:00", "Deleted": "2025-04-04T03:52:01.7768881+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-04-04T03:52:01.7768881+01:00", "Name": "sample string 6", "Start": "2025-04-04T03:52:01.7768881+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } } ]
application/xml
Sample:
text/xml
Sample: