iSpring Learn · Schema

CoursesModulesPage

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
modules array
nextPageToekn string
View JSON Schema on GitHub

JSON Schema

CoursesModulesPage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CoursesModulesPage",
  "required": [
    "modules"
  ],
  "properties": {
    "modules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CoursesModule"
      },
      "xml": {
        "wrapped": true
      }
    },
    "nextPageToekn": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "response"
  }
}