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": "c4884246-f882-4992-a94b-fb43fd1813aa", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Content": "sample string 4", "Course": "f84e209f-2a64-420d-bd3b-4f27213a0a93", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "2ed618de-ab56-4572-87d9-478d785f14fc", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Country": "975c9a9a-71de-457a-bcc4-7011c8bb6de0", "Enrolments": 5, "Finish": "2025-09-13T18:17:26.3134902+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "c4884246-f882-4992-a94b-fb43fd1813aa", "Start": "2025-09-13T18:17:26.3134902+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "867babaa-c262-40d5-8b56-25aea67650d3", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Enrolments": 4, "Module": "c4884246-f882-4992-a94b-fb43fd1813aa", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "f84e209f-2a64-420d-bd3b-4f27213a0a93", "Inserted": "2025-09-13T18:17:26.3290612+01:00", "Updated": "2025-09-13T18:17:26.3290612+01:00", "Deleted": "2025-09-13T18:17:26.3290612+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-09-13T18:17:26.3290612+01:00", "Name": "sample string 6", "Start": "2025-09-13T18:17:26.3290612+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } }, { "Identifier": "c4884246-f882-4992-a94b-fb43fd1813aa", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Content": "sample string 4", "Course": "f84e209f-2a64-420d-bd3b-4f27213a0a93", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "2ed618de-ab56-4572-87d9-478d785f14fc", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Country": "975c9a9a-71de-457a-bcc4-7011c8bb6de0", "Enrolments": 5, "Finish": "2025-09-13T18:17:26.3134902+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "c4884246-f882-4992-a94b-fb43fd1813aa", "Start": "2025-09-13T18:17:26.3134902+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "867babaa-c262-40d5-8b56-25aea67650d3", "Inserted": "2025-09-13T18:17:26.3134902+01:00", "Updated": "2025-09-13T18:17:26.3134902+01:00", "Deleted": "2025-09-13T18:17:26.3134902+01:00", "Activation": true, "Enrolments": 4, "Module": "c4884246-f882-4992-a94b-fb43fd1813aa", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "f84e209f-2a64-420d-bd3b-4f27213a0a93", "Inserted": "2025-09-13T18:17:26.3290612+01:00", "Updated": "2025-09-13T18:17:26.3290612+01:00", "Deleted": "2025-09-13T18:17:26.3290612+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-09-13T18:17:26.3290612+01:00", "Name": "sample string 6", "Start": "2025-09-13T18:17:26.3290612+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } } ]
application/xml
Sample:
text/xml
Sample: