POST Schedule/GetSchoolClassList

获取校区下的班级老师数据

Request Information

URI Parameters

None.

Body Parameters

ClassDataInfo_ReqModel
NameDescriptionTypeAdditional information
schoolId

校区id

string

None.

hasLesson

是否排课 0:未排课 1:已排课

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "schoolId": "sample string 1",
  "hasLesson": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommonClassListModelOfClassDataInfo_ResModel
NameDescriptionTypeAdditional information
data

CommonListOfClassDataInfo_ResModel

None.

code

代码

string

None.

desc

描述

string

None.

exdesc

系统内部错误描述

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "items": [
      {
        "classId": "sample string 1",
        "className": "sample string 2",
        "tomorrowDate": "sample string 3",
        "hasSchedule": 4,
        "teacherList": [
          {
            "teacherName": "sample string 1",
            "teacherId": "sample string 2",
            "courseType": 3,
            "scheduleStartDate": "sample string 4",
            "scheduleEndDate": "sample string 5",
            "scheduleList": [
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              },
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              }
            ]
          },
          {
            "teacherName": "sample string 1",
            "teacherId": "sample string 2",
            "courseType": 3,
            "scheduleStartDate": "sample string 4",
            "scheduleEndDate": "sample string 5",
            "scheduleList": [
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              },
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              }
            ]
          }
        ]
      },
      {
        "classId": "sample string 1",
        "className": "sample string 2",
        "tomorrowDate": "sample string 3",
        "hasSchedule": 4,
        "teacherList": [
          {
            "teacherName": "sample string 1",
            "teacherId": "sample string 2",
            "courseType": 3,
            "scheduleStartDate": "sample string 4",
            "scheduleEndDate": "sample string 5",
            "scheduleList": [
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              },
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              }
            ]
          },
          {
            "teacherName": "sample string 1",
            "teacherId": "sample string 2",
            "courseType": 3,
            "scheduleStartDate": "sample string 4",
            "scheduleEndDate": "sample string 5",
            "scheduleList": [
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              },
              {
                "weekIndex": 1,
                "weekName": "sample string 2",
                "classTimeList": [
                  "sample string 1",
                  "sample string 2"
                ],
                "isOverlay": 3,
                "isSkipHoliday": 4
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "sample string 1",
  "desc": "sample string 2",
  "exdesc": "sample string 3"
}