iSpring Learn · Schema

UpdateDayParticipantsAttendanceRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
participantsAttendance array
View JSON Schema on GitHub

JSON Schema

UpdateDayParticipantsAttendanceRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateDayParticipantsAttendanceRequest",
  "properties": {
    "participantsAttendance": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrainingParticipantAttendance"
      }
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}