{
"summary": "xxx",
"pageNumber": 1,
"endDeleteTime": 1646301600000,
"pageSize": 10,
"deleteTimeOrderBy": "ASC",
"startDeleteTime": 1646301600000
}
curl --location --request POST 'https://ligai.cn/openapi/api/issue/trash/page' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"summary": "xxx",
"pageNumber": 1,
"endDeleteTime": 1646301600000,
"pageSize": 10,
"deleteTimeOrderBy": "ASC",
"startDeleteTime": 1646301600000
}'
{
"code": "0",
"data": {
"total": 1,
"list": [
{
"summary": "xxx",
"issueType": {
"code": "xxx",
"name": "xxx",
"id": 1
},
"deleteTime": 1646301600000,
"deleteBy": {
"profilePicture": "xxx",
"userName": "xxx",
"userId": 1,
"accountEnabled": 1
},
"id": 1,
"projectName": "xxx",
"projectId": 1
}
]
}
}