GET api/classroomperformance/classroomprelist?cid={cid}&CurrPage={CurrPage}

教师端课堂表现历史记录列表接口

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cid

课程ID

globally unique identifier

Required

CurrPage

当前页

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

教师端课堂表现历史记录列表接口

JsonRtnDtoOfListOfClassroomHandle
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of ClassroomHandle

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "ClassCourseId": "fa01bc91-f3da-458e-8942-e2ea9ea12bdf",
      "Title": "sample string 2",
      "IsType": 3,
      "CreatedTimeStr": "sample string 4",
      "Id": "ccd1e45d-e271-416f-80b2-0aecf54e2a15",
      "CreatedTime": "2024-09-25T00:06:59.8750788+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:06:59.8750788+08:00"
    },
    {
      "ClassCourseId": "fa01bc91-f3da-458e-8942-e2ea9ea12bdf",
      "Title": "sample string 2",
      "IsType": 3,
      "CreatedTimeStr": "sample string 4",
      "Id": "ccd1e45d-e271-416f-80b2-0aecf54e2a15",
      "CreatedTime": "2024-09-25T00:06:59.8750788+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:06:59.8750788+08:00"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"ClassCourseId":"fa01bc91-f3da-458e-8942-e2ea9ea12bdf","Title":"sample string 2","IsType":3,"CreatedTimeStr":"sample string 4","Id":"ccd1e45d-e271-416f-80b2-0aecf54e2a15","CreatedTime":"2024-09-25T00:06:59.8750788+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:06:59.8750788+08:00"},{"ClassCourseId":"fa01bc91-f3da-458e-8942-e2ea9ea12bdf","Title":"sample string 2","IsType":3,"CreatedTimeStr":"sample string 4","Id":"ccd1e45d-e271-416f-80b2-0aecf54e2a15","CreatedTime":"2024-09-25T00:06:59.8750788+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:06:59.8750788+08:00"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfClassroomHandlemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:ClassroomHandle>
      <d2p1:CreatedTime>2024-09-25T00:06:59.8750788+08:00</d2p1:CreatedTime>
      <d2p1:Id>ccd1e45d-e271-416f-80b2-0aecf54e2a15</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-25T00:06:59.8750788+08:00</d2p1:LastUpdatedTime>
      <d2p1:ClassCourseId>fa01bc91-f3da-458e-8942-e2ea9ea12bdf</d2p1:ClassCourseId>
      <d2p1:CreatedTimeStr>sample string 4</d2p1:CreatedTimeStr>
      <d2p1:IsType>3</d2p1:IsType>
      <d2p1:Title>sample string 2</d2p1:Title>
    </d2p1:ClassroomHandle>
    <d2p1:ClassroomHandle>
      <d2p1:CreatedTime>2024-09-25T00:06:59.8750788+08:00</d2p1:CreatedTime>
      <d2p1:Id>ccd1e45d-e271-416f-80b2-0aecf54e2a15</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-25T00:06:59.8750788+08:00</d2p1:LastUpdatedTime>
      <d2p1:ClassCourseId>fa01bc91-f3da-458e-8942-e2ea9ea12bdf</d2p1:ClassCourseId>
      <d2p1:CreatedTimeStr>sample string 4</d2p1:CreatedTimeStr>
      <d2p1:IsType>3</d2p1:IsType>
      <d2p1:Title>sample string 2</d2p1:Title>
    </d2p1:ClassroomHandle>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfClassroomHandlemEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"ClassCourseId":"fa01bc91-f3da-458e-8942-e2ea9ea12bdf","Title":"sample string 2","IsType":3,"CreatedTimeStr":"sample string 4","Id":"ccd1e45d-e271-416f-80b2-0aecf54e2a15","CreatedTime":"2024-09-25T00:06:59.8750788+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:06:59.8750788+08:00"},{"ClassCourseId":"fa01bc91-f3da-458e-8942-e2ea9ea12bdf","Title":"sample string 2","IsType":3,"CreatedTimeStr":"sample string 4","Id":"ccd1e45d-e271-416f-80b2-0aecf54e2a15","CreatedTime":"2024-09-25T00:06:59.8750788+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:06:59.8750788+08:00"}]});