Get actions

Get all actions for a given workspace that the user has access to

Log in to see full request history
Path Params
string
required

ID of the workspace

Query Params
string

An optional project ID to get actions from. By default, all actions will be returned regardless of what project they belong to.

string
Defaults to fieldName asc

Sort results by an Action Object field (for example, sortBy=title asc)

string
Defaults to 100

default = 100; min = 1; max = 100

string

Optional fields to filter by. Filters expects a structure like "filters[fieldName]=value". For example, if you wanted to filter to just get actions with the status "Completed", you would pass: "filters[status]=Completed". Currently, only the following fields are supported: "status", "parent", "archived", "milestone", "deleted".

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json