POST api/Courses/retrieve_academy_course_modules
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Module| Name | 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": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Content": "sample string 4",
"Course": "db4896c4-672e-49ab-8eb5-be36ab08ce46",
"Credit": 6,
"Description": "sample string 7",
"Mandatory": true,
"Name": "sample string 9",
"Totara": 1,
"tier": 10,
"routes": 11,
"Sets": [
{
"Identifier": "21b5c9a3-e069-4576-8fd7-6ff753ff84af",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Country": "d4321e6a-f727-4623-bfb6-952473200ba6",
"Enrolments": 5,
"Finish": "2026-04-29T01:34:46.9141424+01:00",
"Location": "sample string 6",
"Maximum": 7,
"Minimum": 8,
"Module": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Start": "2026-04-29T01:34:46.9141424+01:00",
"Totara": 1,
"Workshops": 10
}
],
"Tutors": [
{
"Identifier": "4382fbbb-2e19-4057-9f42-ab2949b8aaf4",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Enrolments": 4,
"Module": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Name": "sample string 6",
"Totara": 1
}
],
"Course1": {
"Identifier": "db4896c4-672e-49ab-8eb5-be36ab08ce46",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Content": "sample string 3",
"Credit": 4,
"Description": "sample string 5",
"Finish": "2026-04-29T01:34:46.9141424+01:00",
"Name": "sample string 6",
"Start": "2026-04-29T01:34:46.9298093+01:00",
"Totara": 1,
"routes_available": 8,
"Modules": []
}
},
{
"Identifier": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Content": "sample string 4",
"Course": "db4896c4-672e-49ab-8eb5-be36ab08ce46",
"Credit": 6,
"Description": "sample string 7",
"Mandatory": true,
"Name": "sample string 9",
"Totara": 1,
"tier": 10,
"routes": 11,
"Sets": [
{
"Identifier": "21b5c9a3-e069-4576-8fd7-6ff753ff84af",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Country": "d4321e6a-f727-4623-bfb6-952473200ba6",
"Enrolments": 5,
"Finish": "2026-04-29T01:34:46.9141424+01:00",
"Location": "sample string 6",
"Maximum": 7,
"Minimum": 8,
"Module": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Start": "2026-04-29T01:34:46.9141424+01:00",
"Totara": 1,
"Workshops": 10
}
],
"Tutors": [
{
"Identifier": "4382fbbb-2e19-4057-9f42-ab2949b8aaf4",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Activation": true,
"Enrolments": 4,
"Module": "25b58e27-a13a-4236-8c15-315f6d75c511",
"Name": "sample string 6",
"Totara": 1
}
],
"Course1": {
"Identifier": "db4896c4-672e-49ab-8eb5-be36ab08ce46",
"Inserted": "2026-04-29T01:34:46.9141424+01:00",
"Updated": "2026-04-29T01:34:46.9141424+01:00",
"Deleted": "2026-04-29T01:34:46.9141424+01:00",
"Content": "sample string 3",
"Credit": 4,
"Description": "sample string 5",
"Finish": "2026-04-29T01:34:46.9141424+01:00",
"Name": "sample string 6",
"Start": "2026-04-29T01:34:46.9298093+01:00",
"Totara": 1,
"routes_available": 8,
"Modules": []
}
}
]
application/xml
Sample:
text/xml
Sample: