GET /api/applications/workspace/{workspace_id}/
Lists all the applications of the workspace related to the provided workspace_id
parameter if the authorized user is in that workspace. If theworkspace is related to a template, then this endpoint will be publicly accessible. The properties that belong to the application can differ per type. An application always belongs to a single workspace.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
workspace_id |
Integer | Yes |
Returns only applications that are in the workspace related to the provided value. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.