Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 5.64 KB

File metadata and controls

14 lines (11 loc) · 5.64 KB

StackoneListActionsMetaRequest

Fields

Field Type Required Description Example
pageSize JsonNullable<String> The number of results per page (default value is 25)
next JsonNullable<String> The unified cursor
groupBy JsonNullable<String> The relation to group the results by [
"connector"
]
filter JsonNullable<StackoneListActionsMetaQueryParamFilter> Actions Metadata filters
include List<StackoneListActionsMetaQueryParamInclude> Additional data to include in the response [
"action_details",
"authentication_guides"
]
search JsonNullable<String> Text search across provider names, action labels, and action descriptions employee
exclude List<Exclude> Data to exclude from the response [
"actions"
]