You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
1224
-
:param str include_auth_actions: Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions.
1225
1222
:param int page_size: The total page size requested
1226
1223
:param int page_number: The page number requested
1227
-
:param str sort_by: variable name requested to sort by
1228
-
:param list[str] expand: variable name requested by expand list
1229
1224
:param str next_page: next page token
1230
1225
:param str previous_page: Previous page token
1226
+
:param str sort_by: Root level field name to sort on.
1227
+
:param str sort_order: Direction to sort 'sortBy' field.
1228
+
:param str category: Filter by category name
1229
+
:param str name: Filter by action name. Provide full or just the first part of name.
1230
+
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
1231
+
:param str include_auth_actions: Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions.
:param str secure: Filter to only include/exclude Action categories based on if they are considered secure. True will only include categories with Actions marked secured. False will only include categories of unsecured Actions.
1322
1324
:param int page_size: The total page size requested
1323
1325
:param int page_number: The page number requested
1324
-
:param str sort_by: variable name requested to sort by
1325
-
:param list[str] expand: variable name requested by expand list
1326
1326
:param str next_page: next page token
1327
1327
:param str previous_page: Previous page token
1328
+
:param str sort_by: Root level field name to sort on.
1329
+
:param str sort_order: Direction to sort 'sortBy' field.
1330
+
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
1416
-
:param str include_auth_actions: Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions.
1417
1417
:param int page_size: The total page size requested
1418
1418
:param int page_number: The page number requested
1419
-
:param str sort_by: variable name requested to sort by
1420
-
:param list[str] expand: variable name requested by expand list
1421
1419
:param str next_page: next page token
1422
1420
:param str previous_page: Previous page token
1421
+
:param str sort_by: Root level field name to sort on.
1422
+
:param str sort_order: Direction to sort 'sortBy' field.
1423
+
:param str category: Filter by category name
1424
+
:param str name: Filter by action name. Provide full or just the first part of name.
1425
+
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
1426
+
:param str include_auth_actions: Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions.
0 commit comments