GET /boards/{boardId}/actions

Get all of the actions of a Board. See Nested Resources for more information.

Servers

Path parameters

Name Type Required Description
boardId String Yes

Query parameters

Name Type Required Description
idModels String No

A comma-separated list of idModels. Only actions related to these models will be returned.

memberCreator_fields String No

The fields of the member creator to return

Default value: "activityBlocked,avatarHash,avatarUrl,fullName,idMemberReferrer,initials,nonPublic,nonPublicAvailable,username"

filter String No

A comma-separated list of action types.

since String No

A date string in the form of YYYY-MM-DDThh:mm:ssZ or a mongo object ID. Only objects created since this date will be returned.

fields Object No

The fields to be returned for the Actions. See Action fields here.

member_fields String No

The fields of the member to return.

Default value: "activityBlocked,avatarHash,avatarUrl,fullName,idMemberReferrer,initials,nonPublic,nonPublicAvailable,username"

member Boolean No

Whether to return the member object for each action.

Default value: true

memberCreator Boolean No

Whether to return the memberCreator object for each action.

Default value: true

before String No

A date string in the form of YYYY-MM-DDThh:mm:ssZ or a mongo object ID. Only objects created before this date will be returned.

reactions Boolean No

Whether to show reactions on comments or not.

page Number No

The page of results for actions.

Default value: 0

format String No

The format of the returned Actions. Either list or count.

Default value: "list"

limit Number No

The limit of the number of responses, between 0 and 1000.

Default value: 50

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.