POST api/Courses/retrieve_academy_courses
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Course| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | globally unique identifier |
None. |
|
| Inserted | date |
None. |
|
| Updated | date |
None. |
|
| Deleted | date |
None. |
|
| Content | string |
None. |
|
| Credit | integer |
None. |
|
| Description | string |
None. |
|
| Finish | date |
None. |
|
| Name | string |
None. |
|
| Start | date |
None. |
|
| Totara | integer |
None. |
|
| routes_available | integer |
None. |
|
| Modules | Collection of Module |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identifier": "18bcd16e-d934-468f-8884-439b54cc0fb5",
"Inserted": "2026-05-25T19:48:05.0184434+01:00",
"Updated": "2026-05-25T19:48:05.0184434+01:00",
"Deleted": "2026-05-25T19:48:05.0184434+01:00",
"Content": "sample string 3",
"Credit": 4,
"Description": "sample string 5",
"Finish": "2026-05-25T19:48:05.0184434+01:00",
"Name": "sample string 6",
"Start": "2026-05-25T19:48:05.0184434+01:00",
"Totara": 1,
"routes_available": 8,
"Modules": [
{
"Identifier": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Inserted": "2026-05-25T19:48:05.0184434+01:00",
"Updated": "2026-05-25T19:48:05.0184434+01:00",
"Deleted": "2026-05-25T19:48:05.0184434+01:00",
"Activation": true,
"Content": "sample string 4",
"Course": "18bcd16e-d934-468f-8884-439b54cc0fb5",
"Credit": 6,
"Description": "sample string 7",
"Mandatory": true,
"Name": "sample string 9",
"Totara": 1,
"tier": 10,
"routes": 11,
"Sets": [
{
"Identifier": "7efe9be0-e0cb-45e9-b179-5c12069e1e73",
"Inserted": "2026-05-25T19:48:05.0340034+01:00",
"Updated": "2026-05-25T19:48:05.0340034+01:00",
"Deleted": "2026-05-25T19:48:05.0340034+01:00",
"Activation": true,
"Country": "55a6cfd9-3e2c-4bb3-bff7-07e21da82536",
"Enrolments": 5,
"Finish": "2026-05-25T19:48:05.0340034+01:00",
"Location": "sample string 6",
"Maximum": 7,
"Minimum": 8,
"Module": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Start": "2026-05-25T19:48:05.0340034+01:00",
"Totara": 1,
"Workshops": 10
}
],
"Tutors": [
{
"Identifier": "f3b20314-b7ef-4521-9d19-5fe25098ad1e",
"Inserted": "2026-05-25T19:48:05.0340034+01:00",
"Updated": "2026-05-25T19:48:05.0340034+01:00",
"Deleted": "2026-05-25T19:48:05.0340034+01:00",
"Activation": true,
"Enrolments": 4,
"Module": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Name": "sample string 6",
"Totara": 1
}
]
}
]
},
{
"Identifier": "18bcd16e-d934-468f-8884-439b54cc0fb5",
"Inserted": "2026-05-25T19:48:05.0184434+01:00",
"Updated": "2026-05-25T19:48:05.0184434+01:00",
"Deleted": "2026-05-25T19:48:05.0184434+01:00",
"Content": "sample string 3",
"Credit": 4,
"Description": "sample string 5",
"Finish": "2026-05-25T19:48:05.0184434+01:00",
"Name": "sample string 6",
"Start": "2026-05-25T19:48:05.0184434+01:00",
"Totara": 1,
"routes_available": 8,
"Modules": [
{
"Identifier": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Inserted": "2026-05-25T19:48:05.0184434+01:00",
"Updated": "2026-05-25T19:48:05.0184434+01:00",
"Deleted": "2026-05-25T19:48:05.0184434+01:00",
"Activation": true,
"Content": "sample string 4",
"Course": "18bcd16e-d934-468f-8884-439b54cc0fb5",
"Credit": 6,
"Description": "sample string 7",
"Mandatory": true,
"Name": "sample string 9",
"Totara": 1,
"tier": 10,
"routes": 11,
"Sets": [
{
"Identifier": "7efe9be0-e0cb-45e9-b179-5c12069e1e73",
"Inserted": "2026-05-25T19:48:05.0340034+01:00",
"Updated": "2026-05-25T19:48:05.0340034+01:00",
"Deleted": "2026-05-25T19:48:05.0340034+01:00",
"Activation": true,
"Country": "55a6cfd9-3e2c-4bb3-bff7-07e21da82536",
"Enrolments": 5,
"Finish": "2026-05-25T19:48:05.0340034+01:00",
"Location": "sample string 6",
"Maximum": 7,
"Minimum": 8,
"Module": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Start": "2026-05-25T19:48:05.0340034+01:00",
"Totara": 1,
"Workshops": 10
}
],
"Tutors": [
{
"Identifier": "f3b20314-b7ef-4521-9d19-5fe25098ad1e",
"Inserted": "2026-05-25T19:48:05.0340034+01:00",
"Updated": "2026-05-25T19:48:05.0340034+01:00",
"Deleted": "2026-05-25T19:48:05.0340034+01:00",
"Activation": true,
"Enrolments": 4,
"Module": "a4b0b6e1-dcdd-41c9-a85b-2976f9ae1b09",
"Name": "sample string 6",
"Totara": 1
}
]
}
]
}
]
application/xml
Sample:
text/xml
Sample: