GET /api/trash/workspace/{workspace_id}/

Responds with trash contents for a workspace optionally filtered to a specific application.

Servers

Path parameters

Name Type Required Description
workspace_id Integer Yes

Returns the trash for the workspace with this id.

Query parameters

Name Type Required Description
page Integer No

Selects which page of trash contents should be returned.

application_id Integer No

Optionally filters down the trash to only items for this application in the workspace.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.