跳到主要内容

最近查询数据的实体

接口说明

调用该接口最近查询数据的实体。

URI

get /ts

响应

响应<200>

Code描述类型
200OKObject(v1GetLatestEntitiesResponse)

v1GetLatestEntitiesResponse

字段名类型描述
itemsArray[v1EntityResponse]最新的实体数据列表 [ 具体参数可见下面 v1EntityResponse ]
totalstring结果总数

v1EntityResponse

字段名类型描述
configsobject实体配置
descriptionstring实体描述
idstring实体id
last_timestring上次修改时间
mappersArray[v1Mapper]实体映射 [ 具体参数可见下面 v1Mapper ]
ownerstring用户id
propertiesobject实体属性
sourcestring来源id
template_idstring实体模版
typestring实体类型
versionstring实体版本

v1Mapper

字段名类型描述
descriptionstring映射描述
idstring映射id
namestring映射名称
tqlstring映射tql语句