We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b08326 commit 660c57aCopy full SHA for 660c57a
docs-v2/pages/rest-api/index.mdx
@@ -349,6 +349,24 @@ GET /apps
349
350
A query string to filter the list of apps. For example, to search for apps that **contain** the string "Slack", pass `q=Slack`.
351
352
+---
353
+
354
+`has_components` **string** (_optional_)
355
356
+Pass `1` to filter the list of apps to only those with public triggers or actions.
357
358
359
360
+`has_actions` **string** (_optional_)
361
362
+Pass `1` to filter the list of apps to only those with public actions.
363
364
365
366
+`has_triggers` **string** (_optional_)
367
368
+Pass `1` to filter the list of apps to only those with public triggers.
369
370
#### Example Request
371
372
```shell
0 commit comments