Action
Retrieve the list of actions
GET
/
api
/v1
/action
/list
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Query Parameters
teamId
string
The team to retrieve from
Default:
""
spaceId
string
The space to retrieve from
Default:
""
limit
integer
The maximum number of actions to retrieve
Default:
10
Format: "int32"
offset
integer
The number of actions to skip
Default:
0
Format: "int32"
OK