Download Postman collection
Get all deleted resources from the recycle bin for the last 30 days.
Method |
|
Relative URI |
|
Response body structure |
[ { "model": "Connection", "doc": { "_id": "64e••••••••••••••••9d78", "createdAt": "2023-08-28T11:42:57.339Z", "lastModified": "2023-09-04T11:11:06.148Z", "type": "http", "name": "HTTP Ratelimit" } }, { "model": "Connection", "doc": { "_id": "64e•••••••••••••••••5e2", "createdAt": "2023-08-23T11:02:31.941Z", "lastModified": "2023-09-04T11:11:04.594Z", "type": "http", "name": "HTTP RateLimit" } }, { "model": "Flow", "doc": { "_id": "64d2•••••••••••••••23ca", "lastModified": "2023-08-08T09:44:02.690Z", "name": "New flow" } } ] |
Get all deleted resources of a specific type (such as import, export, and connection) from the recycle bin for the last 30 days.
Method |
|
Relative URI |
|
Response body structure |
[ { "_id": "6b4••••••••••••••••016", "createdAt": "2023-09-06T05:09:26.965Z", "lastModified": "2023-09-06T05:09:32.854Z", "name": "delete_import", "_connectionId": "64b•••••••••••••••••a6b" } ] |
Get deleted data for a specific resource (such as connection, import, and export) based on the Id from the recycle bin for the last 30 days.
Method |
|
Relative URI |
|
Response body structure |
[ { "_id": "6b4••••••••••••••••016", "createdAt": "2023-09-06T05:09:26.965Z", "lastModified": "2023-09-06T05:09:32.854Z", "name": "delete_import", "_connectionId": "64b•••••••••••••••••a6b" } ] |
Restore a resource from the recycle bin.
Method |
|
Relative URI |
|
Response body structure |
[ { "_id": "6b4••••••••••••••••016", "createdAt": "2023-09-06T05:09:26.965Z", "lastModified": "2023-09-06T05:09:32.854Z", "name": "delete_import", "_connectionId": "64b•••••••••••••••••a6b" } ] |