GET {version}/Course/GetCoursePlanPagerListByIDNEW?courseId={courseId}&pageIndex={pageIndex}&pageSize={pageSize}

获得课程计划表新的

Request Information

URI Parameters

NameDescriptionTypeAdditional information
courseId

课程编号

integer

Required

pageIndex

当前第几页

integer

Default value is 1

pageSize

每页显示记录数

integer

Default value is 10

version

string

None.

Body Parameters

None.

Response Information

Resource Description

CoursePlanCategoryobj
NameDescriptionTypeAdditional information
CoursePlanList

直播列表

Collection of CoursePlanDto

None.

CoursePlanCategoryDtoList

直播分类列表

Collection of CoursePlanCategoryDto

None.

IsCategory

是否分类 0不分类 1分类

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "CoursePlanList": [
    {
      "ID": 1,
      "Content": "sample string 2",
      "TeacherName": "sample string 3",
      "DocumentUrl": "sample string 4",
      "StartTime": "2026-01-31T18:03:20.9102741+08:00",
      "EndTime": "2026-01-31T18:03:20.9102741+08:00",
      "FormatDate": "sample string 5",
      "Type": 6,
      "IsPlay": true,
      "VideoStatusText": "sample string 8",
      "VideoStatus": 9,
      "CategoryName": "sample string 10",
      "CategoryCode": "sample string 11"
    },
    {
      "ID": 1,
      "Content": "sample string 2",
      "TeacherName": "sample string 3",
      "DocumentUrl": "sample string 4",
      "StartTime": "2026-01-31T18:03:20.9102741+08:00",
      "EndTime": "2026-01-31T18:03:20.9102741+08:00",
      "FormatDate": "sample string 5",
      "Type": 6,
      "IsPlay": true,
      "VideoStatusText": "sample string 8",
      "VideoStatus": 9,
      "CategoryName": "sample string 10",
      "CategoryCode": "sample string 11"
    }
  ],
  "CoursePlanCategoryDtoList": [
    {
      "CoursePlanList": [
        {
          "ID": 1,
          "Content": "sample string 2",
          "TeacherName": "sample string 3",
          "DocumentUrl": "sample string 4",
          "StartTime": "2026-01-31T18:03:20.9102741+08:00",
          "EndTime": "2026-01-31T18:03:20.9102741+08:00",
          "FormatDate": "sample string 5",
          "Type": 6,
          "IsPlay": true,
          "VideoStatusText": "sample string 8",
          "VideoStatus": 9,
          "CategoryName": "sample string 10",
          "CategoryCode": "sample string 11"
        },
        {
          "ID": 1,
          "Content": "sample string 2",
          "TeacherName": "sample string 3",
          "DocumentUrl": "sample string 4",
          "StartTime": "2026-01-31T18:03:20.9102741+08:00",
          "EndTime": "2026-01-31T18:03:20.9102741+08:00",
          "FormatDate": "sample string 5",
          "Type": 6,
          "IsPlay": true,
          "VideoStatusText": "sample string 8",
          "VideoStatus": 9,
          "CategoryName": "sample string 10",
          "CategoryCode": "sample string 11"
        }
      ],
      "CategoryName": "sample string 1",
      "CategoryCode": "sample string 2",
      "Num": 3
    },
    {
      "CoursePlanList": [
        {
          "ID": 1,
          "Content": "sample string 2",
          "TeacherName": "sample string 3",
          "DocumentUrl": "sample string 4",
          "StartTime": "2026-01-31T18:03:20.9102741+08:00",
          "EndTime": "2026-01-31T18:03:20.9102741+08:00",
          "FormatDate": "sample string 5",
          "Type": 6,
          "IsPlay": true,
          "VideoStatusText": "sample string 8",
          "VideoStatus": 9,
          "CategoryName": "sample string 10",
          "CategoryCode": "sample string 11"
        },
        {
          "ID": 1,
          "Content": "sample string 2",
          "TeacherName": "sample string 3",
          "DocumentUrl": "sample string 4",
          "StartTime": "2026-01-31T18:03:20.9102741+08:00",
          "EndTime": "2026-01-31T18:03:20.9102741+08:00",
          "FormatDate": "sample string 5",
          "Type": 6,
          "IsPlay": true,
          "VideoStatusText": "sample string 8",
          "VideoStatus": 9,
          "CategoryName": "sample string 10",
          "CategoryCode": "sample string 11"
        }
      ],
      "CategoryName": "sample string 1",
      "CategoryCode": "sample string 2",
      "Num": 3
    }
  ],
  "IsCategory": 1
}

application/xml, text/xml

Sample:
<CoursePlanCategoryobj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eshikao.Models.Course">
  <CoursePlanCategoryDtoList>
    <CoursePlanCategoryDto>
      <CategoryCode>sample string 2</CategoryCode>
      <CategoryName>sample string 1</CategoryName>
      <CoursePlanList>
        <CoursePlanDto>
          <CategoryCode>sample string 11</CategoryCode>
          <CategoryName>sample string 10</CategoryName>
          <Content>sample string 2</Content>
          <DocumentUrl>sample string 4</DocumentUrl>
          <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
          <FormatDate>sample string 5</FormatDate>
          <ID>1</ID>
          <IsPlay>true</IsPlay>
          <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
          <TeacherName>sample string 3</TeacherName>
          <Type>6</Type>
          <VideoStatus>9</VideoStatus>
          <VideoStatusText>sample string 8</VideoStatusText>
        </CoursePlanDto>
        <CoursePlanDto>
          <CategoryCode>sample string 11</CategoryCode>
          <CategoryName>sample string 10</CategoryName>
          <Content>sample string 2</Content>
          <DocumentUrl>sample string 4</DocumentUrl>
          <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
          <FormatDate>sample string 5</FormatDate>
          <ID>1</ID>
          <IsPlay>true</IsPlay>
          <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
          <TeacherName>sample string 3</TeacherName>
          <Type>6</Type>
          <VideoStatus>9</VideoStatus>
          <VideoStatusText>sample string 8</VideoStatusText>
        </CoursePlanDto>
      </CoursePlanList>
      <Num>3</Num>
    </CoursePlanCategoryDto>
    <CoursePlanCategoryDto>
      <CategoryCode>sample string 2</CategoryCode>
      <CategoryName>sample string 1</CategoryName>
      <CoursePlanList>
        <CoursePlanDto>
          <CategoryCode>sample string 11</CategoryCode>
          <CategoryName>sample string 10</CategoryName>
          <Content>sample string 2</Content>
          <DocumentUrl>sample string 4</DocumentUrl>
          <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
          <FormatDate>sample string 5</FormatDate>
          <ID>1</ID>
          <IsPlay>true</IsPlay>
          <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
          <TeacherName>sample string 3</TeacherName>
          <Type>6</Type>
          <VideoStatus>9</VideoStatus>
          <VideoStatusText>sample string 8</VideoStatusText>
        </CoursePlanDto>
        <CoursePlanDto>
          <CategoryCode>sample string 11</CategoryCode>
          <CategoryName>sample string 10</CategoryName>
          <Content>sample string 2</Content>
          <DocumentUrl>sample string 4</DocumentUrl>
          <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
          <FormatDate>sample string 5</FormatDate>
          <ID>1</ID>
          <IsPlay>true</IsPlay>
          <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
          <TeacherName>sample string 3</TeacherName>
          <Type>6</Type>
          <VideoStatus>9</VideoStatus>
          <VideoStatusText>sample string 8</VideoStatusText>
        </CoursePlanDto>
      </CoursePlanList>
      <Num>3</Num>
    </CoursePlanCategoryDto>
  </CoursePlanCategoryDtoList>
  <CoursePlanList>
    <CoursePlanDto>
      <CategoryCode>sample string 11</CategoryCode>
      <CategoryName>sample string 10</CategoryName>
      <Content>sample string 2</Content>
      <DocumentUrl>sample string 4</DocumentUrl>
      <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
      <FormatDate>sample string 5</FormatDate>
      <ID>1</ID>
      <IsPlay>true</IsPlay>
      <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
      <TeacherName>sample string 3</TeacherName>
      <Type>6</Type>
      <VideoStatus>9</VideoStatus>
      <VideoStatusText>sample string 8</VideoStatusText>
    </CoursePlanDto>
    <CoursePlanDto>
      <CategoryCode>sample string 11</CategoryCode>
      <CategoryName>sample string 10</CategoryName>
      <Content>sample string 2</Content>
      <DocumentUrl>sample string 4</DocumentUrl>
      <EndTime>2026-01-31T18:03:20.9102741+08:00</EndTime>
      <FormatDate>sample string 5</FormatDate>
      <ID>1</ID>
      <IsPlay>true</IsPlay>
      <StartTime>2026-01-31T18:03:20.9102741+08:00</StartTime>
      <TeacherName>sample string 3</TeacherName>
      <Type>6</Type>
      <VideoStatus>9</VideoStatus>
      <VideoStatusText>sample string 8</VideoStatusText>
    </CoursePlanDto>
  </CoursePlanList>
  <IsCategory>1</IsCategory>
</CoursePlanCategoryobj>