GET QiNiu/GetTextBookId_Detail/{textBookId}/{type}

获取教材详细

Request Information

URI Parameters

NameDescriptionTypeAdditional information
textBookId

教材id

string

Required

type

0:学习地图用 1:备课用

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommonListModelOfDataModel_Unit_Group
NameDescriptionTypeAdditional information
data

DataDetailOfDataModel_Unit_Group

None.

code

代码

string

None.

desc

描述

string

None.

exdesc

系统内部错误描述

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "count": 1,
    "items": [
      {
        "groupName": "sample string 1",
        "isSelected": 2,
        "unitList": [
          {
            "unitId": "sample string 1",
            "unitName": "sample string 2",
            "isSelected": 3,
            "partList": [
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              },
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              }
            ]
          },
          {
            "unitId": "sample string 1",
            "unitName": "sample string 2",
            "isSelected": 3,
            "partList": [
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              },
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              }
            ]
          }
        ]
      },
      {
        "groupName": "sample string 1",
        "isSelected": 2,
        "unitList": [
          {
            "unitId": "sample string 1",
            "unitName": "sample string 2",
            "isSelected": 3,
            "partList": [
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              },
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              }
            ]
          },
          {
            "unitId": "sample string 1",
            "unitName": "sample string 2",
            "isSelected": 3,
            "partList": [
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              },
              {
                "partId": "sample string 1",
                "partName": "sample string 2",
                "isSelected": 3,
                "MapPage": 4,
                "MapStep": 5,
                "StuNeedStep": 6
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "sample string 1",
  "desc": "sample string 2",
  "exdesc": "sample string 3"
}