GET /dumps

列出转存

列出用户转存

Header参数

名称 描述 类型 需要 默认
Accept-Language 返回数据中使用的首选语言代码。如果指定语言的翻译本不可用,则默认为英语可通过查询参数query或使用Accept-Language头来应用。
en —— 英语
zh —— 中文
ru —— 俄语
id —— 印尼语
jp —— 日语
Accepted Values: [ en,zh,ru,id,jp]
String en
Accept 响应数据格式。默认设置为application/json。可通过查询参数格式或使用Accept头来应用。
Accepted Values: [ application/json,application/xml]
String json

查询参数

名称 描述 类型 需要 默认
lang 返回数据中将使用的首选语言代码。如果指定语言的翻译本不可用,则默认为英语可通过查询参数query或使用Accept-Language头来应用。
en—— 英语
zh—— 中文
ru—— 俄语
id—— 印尼语
jp—— 日语
Accepted Values: [ en,zh,ru,id,jp]
String en
format 响应数据格式。默认为json。可通过查询参数format 或使用Accept头来使用。
Accepted Values: [ json,xml]
String json
token 访问API密钥。可通过查询参数token或使用Authorization头来使用 String
with_model_information 如果设置为True,则返回作为响应部分的模型名称 Boolean false
offset 从中返回记录的偏移量。用于在达到极限时获取下一个记录集。 Number 0
limit 要返回的记录数,范围为1-100。默认为100。 Number 100
created_after 将返回created_after日期之后创建的数列 String
created_before Will return entries created after created_before date String
filter_id Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. String
created_order Choose whether to order the entries ascending or descending. Default is Ascending
Accepted Values: [ ASC,DESC]
String ASC
status Dump status
Accepted Values: [ PENDING_INITIALIZATION,INITIALIZING_SERIES,AWAITING_PROCESSING,RETRIEVING_DATA,CONSOLIDATING_RESULTS,UPLOADING,DONE,ERROR,NOTHING_TO_RETRIEVE,CANCELED]
Array
feed_id Feed ID String

响应

All API calls have response size limit of 10MB! If you are planning to request a bulky item collection, please consider using the corresponding API request parameters to limit your response.

状态码 描述 类型
200 当前用户的转存记录列表 DumpListResult
400 输入参数不正确 BadRequest
401 授权错误。 AuthorizationError
403 用户权限不正确。 PermissionsError
404 找不到请求的实体。 NotFound
415 不支持的数据格式。仅支持Only json、xml、csv。 UnsupportedMedia
429 Too many requests were send or limit exceeded. TooManyRequests
500 内部服务器错误。 InternalError
API查询生成器
查询
查询结果