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": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Inserted": "2022-05-25T05:13:55.6712287+01:00", "Updated": "2022-05-25T05:13:55.6712287+01:00", "Deleted": "2022-05-25T05:13:55.6712287+01:00", "Activation": true, "Content": "sample string 4", "Course": "c31b93e2-eaa4-4b75-84eb-8cafcb9b3bfc", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "5954b3a9-b403-4c5b-b4f3-83ea1e5a21a7", "Inserted": "2022-05-25T05:13:55.6712287+01:00", "Updated": "2022-05-25T05:13:55.6712287+01:00", "Deleted": "2022-05-25T05:13:55.6712287+01:00", "Activation": true, "Country": "81eb092c-bc05-41db-b3c0-6ee40080ad87", "Enrolments": 5, "Finish": "2022-05-25T05:13:55.6867978+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Start": "2022-05-25T05:13:55.6867978+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "c4dc0538-8370-486c-8357-793581c58e5d", "Inserted": "2022-05-25T05:13:55.6867978+01:00", "Updated": "2022-05-25T05:13:55.6867978+01:00", "Deleted": "2022-05-25T05:13:55.6867978+01:00", "Activation": true, "Enrolments": 4, "Module": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Name": "sample string 6", "Totara": 1 } ] }, { "Identifier": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Inserted": "2022-05-25T05:13:55.6712287+01:00", "Updated": "2022-05-25T05:13:55.6712287+01:00", "Deleted": "2022-05-25T05:13:55.6712287+01:00", "Activation": true, "Content": "sample string 4", "Course": "c31b93e2-eaa4-4b75-84eb-8cafcb9b3bfc", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "5954b3a9-b403-4c5b-b4f3-83ea1e5a21a7", "Inserted": "2022-05-25T05:13:55.6712287+01:00", "Updated": "2022-05-25T05:13:55.6712287+01:00", "Deleted": "2022-05-25T05:13:55.6712287+01:00", "Activation": true, "Country": "81eb092c-bc05-41db-b3c0-6ee40080ad87", "Enrolments": 5, "Finish": "2022-05-25T05:13:55.6867978+01:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Start": "2022-05-25T05:13:55.6867978+01:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "c4dc0538-8370-486c-8357-793581c58e5d", "Inserted": "2022-05-25T05:13:55.6867978+01:00", "Updated": "2022-05-25T05:13:55.6867978+01:00", "Deleted": "2022-05-25T05:13:55.6867978+01:00", "Activation": true, "Enrolments": 4, "Module": "aa9197bc-63ef-4ced-97c8-549c41b4473e", "Name": "sample string 6", "Totara": 1 } ] } ]
application/xml
Sample:
text/xml
Sample: