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. |
|
Sets | Collection of Set |
None. |
|
Tutors | Collection of Tutor |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identifier": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Inserted": "2023-06-03T13:02:41.0866964+01:00", "Updated": "2023-06-03T13:02:41.0866964+01:00", "Deleted": "2023-06-03T13:02:41.0866964+01:00", "Activation": true, "Content": "sample string 4", "Course": "2bc89ecd-987f-4a9a-99f9-acab47df3542", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "11ce338a-dfbc-4c1b-a73a-cce22dbf17d9", "Inserted": "2023-06-03T13:02:41.0866964+01:00", "Updated": "2023-06-03T13:02:41.0866964+01:00", "Deleted": "2023-06-03T13:02:41.0866964+01:00", "Activation": true, "Country": "04abf93a-a0f4-4b44-ad65-bab4a3b2ecd6", "Enrolments": 5, "Finish": "2023-06-03T13:02:41.0866964+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Start": "2023-06-03T13:02:41.0866964+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "c1b0c0ce-2eaf-467c-9ed1-786cf52c45cf", "Inserted": "2023-06-03T13:02:41.1020758+01:00", "Updated": "2023-06-03T13:02:41.1020758+01:00", "Deleted": "2023-06-03T13:02:41.1020758+01:00", "Activation": true, "Enrolments": 4, "Module": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Name": "sample string 6", "Totara": 1 } ] }, { "Identifier": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Inserted": "2023-06-03T13:02:41.0866964+01:00", "Updated": "2023-06-03T13:02:41.0866964+01:00", "Deleted": "2023-06-03T13:02:41.0866964+01:00", "Activation": true, "Content": "sample string 4", "Course": "2bc89ecd-987f-4a9a-99f9-acab47df3542", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "11ce338a-dfbc-4c1b-a73a-cce22dbf17d9", "Inserted": "2023-06-03T13:02:41.0866964+01:00", "Updated": "2023-06-03T13:02:41.0866964+01:00", "Deleted": "2023-06-03T13:02:41.0866964+01:00", "Activation": true, "Country": "04abf93a-a0f4-4b44-ad65-bab4a3b2ecd6", "Enrolments": 5, "Finish": "2023-06-03T13:02:41.0866964+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Start": "2023-06-03T13:02:41.0866964+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "c1b0c0ce-2eaf-467c-9ed1-786cf52c45cf", "Inserted": "2023-06-03T13:02:41.1020758+01:00", "Updated": "2023-06-03T13:02:41.1020758+01:00", "Deleted": "2023-06-03T13:02:41.1020758+01:00", "Activation": true, "Enrolments": 4, "Module": "107ef98c-cf5a-4abe-953d-a102d8423e64", "Name": "sample string 6", "Totara": 1 } ] } ]
application/xml
Sample:
text/xml
Sample: