文档
测试

获取书目列表

POST
https://syapi.shsyzn.com.cn/Book/GetBookCatalogueList

请求头

参数名
类型
描述
必填
token
string
token
必填
code
string
客户编码
必填

请求参数

参数名
类型
描述
必填
Page
int
当前页码
必填
Rows
int
每页数据数量
必填
SearchKey
string
搜索关键字,当检索关键字不为空时,检索类型不允许为空。
可选
SearchType
int
检索类型 (1 题名/ 2学校/ 3ISBN号/ 4作者/ 5出版社/ 6丛书名/ 7主题词)
可选
SearchUser
string
检索人 用户编码
可选
LibCode
string
分馆编号,默认为“0”,搜索全部馆数据
必填
ItemIndex
string
图书22大类-根据英文字母检索(A-马克思...;B-哲学、宗教...)
可选
UpdateStartTime
datetime
更新开始时间(yyyy-MM-dd HH:mm:ss)
可选
UpdateEndTime
datetime
更新结束时间(yyyy-MM-dd HH:mm:ss)
可选
LocationName
string
馆藏地
可选

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
string
错误信息
必填
operatetime
datetime
操作时间
必填
iserror
bool
是否发生错误
必填
data
object
返回数据对象
必填
Count
int
结果数据总数
必填
List
array
返回数据集合
必填
ItemID
int
书目主键ID
必填
ItemName
string
题名
必填
ItemImg
string
封面图片
必填
ItemISBN
string
ISBN号
必填
ItemDesigner
string
作者
必填
ItemLib
string
所属馆
必填
ItemProducer
string
出版单位
必填
ItemProductionDate
string
出版日期
必填
ItemType
string
资源类型
必填
ItemIndex
string
分类号
必填
ItemCount
int
复本数量
必填