English
Get trash list for spaces or bases
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/trash \ --header 'Authorization: Bearer <token>'
{ "trashItems": [ { "id": "<string>", "resourceId": "<string>", "resourceType": "space", "deletedTime": "<string>", "deletedBy": "<string>" } ], "userMap": {}, "resourceMap": {}, "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
space
base
Get trash successfully
Show child attributes
Was this page helpful?