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": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Content": "sample string 4", "Course": "89c10164-4e85-4005-8004-a3a72f726367", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "4c28e9ce-15a4-43b8-b9e1-f679ad04b352", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Country": "d5a8d42b-3407-4dda-bf62-44f0b5db3a3c", "Enrolments": 5, "Finish": "2023-12-04T07:04:48.1047714+00:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Start": "2023-12-04T07:04:48.1047714+00:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "e9ef61a4-f2b9-485d-8bf4-b4ee6bedd3b3", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Enrolments": 4, "Module": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Name": "sample string 6", "Totara": 1 } ] }, { "Identifier": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Content": "sample string 4", "Course": "89c10164-4e85-4005-8004-a3a72f726367", "Credit": 6, "Description": "sample string 7", "Mandatory": true, "Name": "sample string 9", "Totara": 1, "Sets": [ { "Identifier": "4c28e9ce-15a4-43b8-b9e1-f679ad04b352", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Country": "d5a8d42b-3407-4dda-bf62-44f0b5db3a3c", "Enrolments": 5, "Finish": "2023-12-04T07:04:48.1047714+00:00", "Location": "sample string 6", "Maximum": 7, "Minimum": 8, "Module": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Start": "2023-12-04T07:04:48.1047714+00:00", "Totara": 1, "Workshops": 10 } ], "Tutors": [ { "Identifier": "e9ef61a4-f2b9-485d-8bf4-b4ee6bedd3b3", "Inserted": "2023-12-04T07:04:48.1047714+00:00", "Updated": "2023-12-04T07:04:48.1047714+00:00", "Deleted": "2023-12-04T07:04:48.1047714+00:00", "Activation": true, "Enrolments": 4, "Module": "0dc6e21a-94d3-4b0a-a2a6-d41578bea141", "Name": "sample string 6", "Totara": 1 } ] } ]
application/xml
Sample:
text/xml
Sample: