getActionsByWorkspace Query
Returns a paginated list of actions by workspaceId and ID/simpleId
Arguments
#
text
Search for actions that contain this text in the action title, description or other fields. Do NOT use this for action IDs - use 'specificIds' instead.
last
before
status
The status of the actions you are searching for. When searching for finished or completed actions be sure to use "Completed" since the status search is case sensitive.
specificIds
Specific action ids or simple ids. Use this parameter when users provide specific action IDs (17-character alphanumeric strings like 'n7JHc2CsRcvKe4WRH') or specific simple numeric IDs (positive integers). This ensures direct IDs lookups rather than text searches.
excludeCompletedActions = true
Exclude completed actions from the results. Defaults to 'true'
excludeSnoozedActions
Exclude snoozed actions from the results. Defaults to 'true' for 'my actions' queries to show only actionable items. Pass 'false' if user explicitly wants to see snoozed actions.
includePrivate
Whether to include private actions in the results. This should be set to true by default unless otherwise specified by the user.
sortOrder = 1
The order to sort the actions by. Use -1 for descending order and 1 for ascending order
Response
#
Returns ActionConnector .
Example
#
getActionViewByProjectId
getCustomFields