GET /trashcan/view
Retrieves the paginated list of trash entities deleted by the current user.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/trashcan/view
Parameters
| offset optional |
Paginated results. Offset to the current page. |
| limit optional |
The maximum number of entities to retrieve per page. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | PaginatedResults<TrashedEntity> (application/json) |