iSpring Learn · Schema

ParticipantsPage

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
participants object
nextPageToken string
View JSON Schema on GitHub

JSON Schema

ParticipantsPage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ParticipantsPage",
  "required": [
    "participants"
  ],
  "properties": {
    "participants": {
      "$ref": "#/components/schemas/ArrayOfIds"
    },
    "nextPageToken": {
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "response"
  }
}