GET /api/notifications/{workspace_id}/

Lists the notifications for the given workspace and the current user. The response is paginated and the limit and offset parameters can be controlled using the query parameters.

Servers

Path parameters

Name Type Required Description
workspace_id Integer Yes

The workspace id that the notifications belong to.

Query parameters

Name Type Required Description
limit Integer No

Defines how many notifications should be returned.

offset Integer No

Defines the offset of the notifications that should be returned.

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.