已删除列表
开发环境
开发环境
GET
/api/design/del/list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/design/del/list?page=1&page_size=10' \
--header 'x-api-key: {{apiKey}}' \
--header 'x-channel;' \
--header 'x-token: {{token}}'
响应示例响应示例
{
"code": 0,
"data": {
"pagination": {
"total": 3,
"current_page": 1,
"page_size": 2
},
"list": [
{
"id": 18,
"user_id": 1,
"name": "重命名测试",
"cover_url": "https://aippt-domestic-test.aippt.com/aippt-api-server/personal/image/0/1/20231030192402ipkzfou.jpeg",
"size": "960x540",
"canvas_url": "https://aippt-domestic-test.aippt.com/aippt-api-server/personal/other/0/1/20231031103706nypfzgk.json",
"ai_data": "https://aippt-domestic-test.aippt.com/aippt-api-server/personal/other/0/1/20231030192403hrjlloy.json",
"storage_time": "2023-10-31 10:37:07",
"delete_time": "2023-11-01 15:40:18",
"auto_delete_time": 30,
"created_at": "2023-10-31 10:02:01",
"updated_at": "2023-11-01 15:40:19"
}
]
},
"msg": "ok"
}
请求参数
Query 参数
page
string
页码 默认1
示例值:
1
page_size
string
可选
示例值:
10
Header 参数
x-api-key
string
必需
示例值:
{{apiKey}}
x-channel
string
必需
x-token
string
必需
示例值:
{{token}}
返回响应
修改于 2024-04-17 06:38:57