iSpring Learn · Schema

DepartmentsPage

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
departments array
nextPageToken string
View JSON Schema on GitHub

JSON Schema

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