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": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Inserted": "2025-06-02T22:44:26.9936761+01:00", "Updated": "2025-06-02T22:44:26.9936761+01:00", "Deleted": "2025-06-02T22:44:26.9936761+01:00", "Activation": true, "Content": "sample string 4", "Course": "3f7e0b6c-ca7b-4086-92f6-82279ba91a27", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "452ed0f7-9c48-460b-81bb-ea3346b5d77c", "Inserted": "2025-06-02T22:44:26.9936761+01:00", "Updated": "2025-06-02T22:44:26.9936761+01:00", "Deleted": "2025-06-02T22:44:26.9936761+01:00", "Activation": true, "Country": "5266788a-62a4-46ff-96b1-14485d355f8f", "Enrolments": 5, "Finish": "2025-06-02T22:44:26.9936761+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Start": "2025-06-02T22:44:26.9936761+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "b741206f-33e9-45c6-820e-e9bc42bb2439", "Inserted": "2025-06-02T22:44:27.0092511+01:00", "Updated": "2025-06-02T22:44:27.0092511+01:00", "Deleted": "2025-06-02T22:44:27.0092511+01:00", "Activation": true, "Enrolments": 4, "Module": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "3f7e0b6c-ca7b-4086-92f6-82279ba91a27", "Inserted": "2025-06-02T22:44:27.0092511+01:00", "Updated": "2025-06-02T22:44:27.0092511+01:00", "Deleted": "2025-06-02T22:44:27.0092511+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-06-02T22:44:27.0092511+01:00", "Name": "sample string 6", "Start": "2025-06-02T22:44:27.0092511+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } }, { "Identifier": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Inserted": "2025-06-02T22:44:26.9936761+01:00", "Updated": "2025-06-02T22:44:26.9936761+01:00", "Deleted": "2025-06-02T22:44:26.9936761+01:00", "Activation": true, "Content": "sample string 4", "Course": "3f7e0b6c-ca7b-4086-92f6-82279ba91a27", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "tier": 10, "routes": 11, "Sets": [ { "Identifier": "452ed0f7-9c48-460b-81bb-ea3346b5d77c", "Inserted": "2025-06-02T22:44:26.9936761+01:00", "Updated": "2025-06-02T22:44:26.9936761+01:00", "Deleted": "2025-06-02T22:44:26.9936761+01:00", "Activation": true, "Country": "5266788a-62a4-46ff-96b1-14485d355f8f", "Enrolments": 5, "Finish": "2025-06-02T22:44:26.9936761+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Start": "2025-06-02T22:44:26.9936761+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "b741206f-33e9-45c6-820e-e9bc42bb2439", "Inserted": "2025-06-02T22:44:27.0092511+01:00", "Updated": "2025-06-02T22:44:27.0092511+01:00", "Deleted": "2025-06-02T22:44:27.0092511+01:00", "Activation": true, "Enrolments": 4, "Module": "54bf01e5-0c3e-423f-b06a-39707461c7ea", "Name": "sample string 6", "Totara": 1 } ], "Course1": { "Identifier": "3f7e0b6c-ca7b-4086-92f6-82279ba91a27", "Inserted": "2025-06-02T22:44:27.0092511+01:00", "Updated": "2025-06-02T22:44:27.0092511+01:00", "Deleted": "2025-06-02T22:44:27.0092511+01:00", "Content": "sample string 3", "Credit": 4, "Description": "sample string 5", "Finish": "2025-06-02T22:44:27.0092511+01:00", "Name": "sample string 6", "Start": "2025-06-02T22:44:27.0092511+01:00", "Totara": 1, "routes_available": 8, "Modules": [] } } ]
application/xml
Sample:
text/xml
Sample: