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": "13bee905-8b29-4291-ba72-0994745103ee", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Content": "sample string 4", "Course": "c915569a-582d-47d3-a05d-8a736d9500a0", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "fdcbf488-5c9c-4068-9a71-d8d32c95dbb0", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Country": "d79d5c59-75d4-4fc9-a989-62fdff2a5aac", "Enrolments": 5, "Finish": "2025-07-05T18:42:31.4176096+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "13bee905-8b29-4291-ba72-0994745103ee", "Start": "2025-07-05T18:42:31.4176096+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "e6b9f2fb-e929-4a47-bb04-3b7d0770595e", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Enrolments": 4, "Module": "13bee905-8b29-4291-ba72-0994745103ee", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "c915569a-582d-47d3-a05d-8a736d9500a0", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-07-05T18:42:31.4176096+01:00", "Name": "sample string 6", "Start": "2025-07-05T18:42:31.4176096+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } }, { "Identifier": "13bee905-8b29-4291-ba72-0994745103ee", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Content": "sample string 4", "Course": "c915569a-582d-47d3-a05d-8a736d9500a0", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "fdcbf488-5c9c-4068-9a71-d8d32c95dbb0", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Country": "d79d5c59-75d4-4fc9-a989-62fdff2a5aac", "Enrolments": 5, "Finish": "2025-07-05T18:42:31.4176096+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "13bee905-8b29-4291-ba72-0994745103ee", "Start": "2025-07-05T18:42:31.4176096+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "e6b9f2fb-e929-4a47-bb04-3b7d0770595e", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Activation": true, "Enrolments": 4, "Module": "13bee905-8b29-4291-ba72-0994745103ee", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "c915569a-582d-47d3-a05d-8a736d9500a0", "Inserted": "2025-07-05T18:42:31.4176096+01:00", "Updated": "2025-07-05T18:42:31.4176096+01:00", "Deleted": "2025-07-05T18:42:31.4176096+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-07-05T18:42:31.4176096+01:00", "Name": "sample string 6", "Start": "2025-07-05T18:42:31.4176096+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } } ]
application/xml
Sample:
text/xml
Sample: