POST api/studioroom/Detail
获取督学室详情-未加入
Request Information
URI Parameters
None.
Body Parameters
BaseSearchCriteriaForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize |
每页显示记录条数(默认是20) |
integer |
None. |
| PageIndex |
页码,默认是1 |
integer |
None. |
| OrganizationId |
前端不用传 |
integer |
None. |
| StudentId |
前端不用传 |
integer |
None. |
| UserToken |
当前登录用户的UserToken,由服务端在用户登录成功之后生成,并在整个访问过程中回传 |
string |
None. |
| DomainName |
来访域名(用户访问该站点时输入的域名) |
string |
None. |
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"OrganizationId": 3,
"StudentId": 4,
"UserToken": "sample string 5",
"DomainName": "sample string 6",
"Id": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIServiceResultOfStudioRoomDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | StudioRoomDetailDto |
None. |
|
| State |
执行结果反馈:1表示成功、0表示失败, -1用户Token验证失败, 其它出错类型(值将小于-1)与具体业务关联紧密,详情可见Msg描述内容 |
integer |
None. |
| Msg |
返回的错误或描述信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Content": "sample string 1",
"Items": [
{
"Items": [
{
"ItemType": 1,
"Sort": 1,
"Duration": 2,
"QuestionsTotal": 3,
"IsCompleted": true,
"Name": "sample string 5",
"Id": 6
},
{
"ItemType": 1,
"Sort": 1,
"Duration": 2,
"QuestionsTotal": 3,
"IsCompleted": true,
"Name": "sample string 5",
"Id": 6
}
],
"Name": "sample string 1",
"Id": 2
},
{
"Items": [
{
"ItemType": 1,
"Sort": 1,
"Duration": 2,
"QuestionsTotal": 3,
"IsCompleted": true,
"Name": "sample string 5",
"Id": 6
},
{
"ItemType": 1,
"Sort": 1,
"Duration": 2,
"QuestionsTotal": 3,
"IsCompleted": true,
"Name": "sample string 5",
"Id": 6
}
],
"Name": "sample string 1",
"Id": 2
}
],
"ImgUrl": "http://image.baishengwc.comsample string 2",
"LearnGroupImgUrl": "http://image.baishengwc.comsample string 3",
"LearnGroupTip": "sample string 4",
"ManagerWx": "sample string 5",
"StudentTotal": 6,
"IsPurchased": true,
"Price": 8.0,
"PreferentialPrice": 9.0,
"Students": [
{
"NickName": "sample string 1",
"HeadPortrait": "sample string 2"
},
{
"NickName": "sample string 1",
"HeadPortrait": "sample string 2"
}
],
"Name": "sample string 10",
"Id": 11
},
"State": 1,
"Msg": "sample string 2"
}