文档
测试

测评对象明细

POST
http://devcloud.jsyixin.com/?r=third/huanshuo/DataSynchuanshuo/EvaluationDetails

接口描述

测评对象接口

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填

返回code码

|code码|类型|描述| |-|-|-| |200|int|成功| |400|int|参数错误或验证失败| |500|int|服务器错误|

请求参数

参数名
类型
描述
必填
appKey
string
appKey
必填
appSecret
string
appSecret
必填
start_time
date
开始时间,格式:2020-05-19 10:40:35
必填
end_time
date
结束时间,格式:2020-05-19 10:40:40
必填
page
int
页码
必填
size
int
每页条数
必填

响应参数

参数名
类型
描述
必填
status
string
示例:success
必填
code
int
示例:200
必填
message
object
数据字典
必填
total
int
总页数,示例:3
必填
data
array
数据列表
必填
id
string
测评计划id,示例:161
必填
title
string
测评计划名称,示例:一测
必填
type
string
1--是个体测评 2--团体测评,示例:1
必填
t_id
array
学生id列表,数据列表
必填
records
string
总条数,示例:27
必填
page
string
当前页,示例:1
必填

说明 / 示例

{ "status": "success", "code": 200, "message": { "total": 1, "data": [ { "id": "366", "title": "普测", "type": "1", "t_id": [ "2357603", "2356106", "2356107", "2356108", "2356109", "2356082", "2356083", "2356084", "2356085", "2356086", "2356087", "2356088", "2356089", "2356090", "2356091", "2356092", "2356093", "2356094", "2356095", "2356096", "2356097", "2356098", "2356099", "2356100", "2356101", "2356102", "2356103", "2356104", "2356105", "2356059", "2356060", "2356061", "2356062", "2356063", "2356064", "2356065", "2356066", "2356067", "2356068", "2356069", "2356070", "2356071", "2356072", "2356073", "2356074", "2356075", "2356076", "2356077", "2356078", "2356079", "2356080", "2356081", "2356047", "2356048", "2356049", "2356050", "2356051", "2356052", "2356053", "2356054", "2356055", "2356056", "2356057", "2356058", "2350987", "1956748" ] }, { "id": "367", "title": "学生心理普测", "type": "1", "t_id": [ "2357603", "2356106", "2356107", "2356108", "2356109", "2356082", "2356083", "2356084", "2356085", "2356086", "2356087", "2356088", "2356089", "2356090", "2356091", "2356092", "2356093", "2356094", "2356095", "2356096", "2356097", "2356098", "2356099", "2356100", "2356101", "2356102", "2356103", "2356104", "2356105", "2356059", "2356060", "2356061", "2356062", "2356063", "2356064", "2356065", "2356066", "2356067", "2356068", "2356069", "2356070", "2356071", "2356072", "2356073", "2356074", "2356075", "2356076", "2356077", "2356078", "2356079", "2356080", "2356081", "2356047", "2356048", "2356049", "2356050", "2356051", "2356052", "2356053", "2356054", "2356055", "2356056", "2356057", "2356058", "2350987", "1956748" ] }, { "id": "374", "title": "中条中学学生普测调查(试运行)", "type": "1", "t_id": [ "2327321", "2327323", "2327325", "2327327", "2327329", "2327331", "2327333", "2327335", "2327337", "2327339", "2327341", "2327343", "2327345", "2327347", "2327349", "2327351", "2327353", "2327355", "2327357", "2327359", "2327361", "2327363", "2327365", "2327367", "2327369", "2327371", "2327297", "2327299", "2327301", "2327303", "2327305", "2327307", "2327309", "2327311", "2327313", "2327315", "2327317", "2327319", "2327412", "2327413", "2327414", "2327415", "2327416", "2327417", "2327418", "2327419", "2327420", "2327421", "2327422", "2327423", "2327373", "2327375", "2327377", "2327379", "2327381", "2327383", "2327385", "2327387", "2327389", "2327391", "2327393", "2327395", "2327397", "2327399", "2327400", "2327401", "2327402", "2327403", "2327404", "2327405", "2327406", "2327407", "2327408", "2327409", "2327410", "2327411" ] } ], "records": "3", "page": "1" } }