View all triggered action attributes

Learn about the GetAll endpoint in the FeedingTriggeredActionAttribute collection.

This API lets you retrieve information about all previously-created triggered action attributes. You can also filter the results using pagination parameters.

API request

Parameters

Parameter
Description

Keyword

A pagination parameter that helps you filter results by specific keywords.

filterProjectId

Unique identifier of the project to which the triggered action attribute belongs.

Note: Whether or not you need to enter the project ID depends on your user account;

  • If you are working with a private solution, you might need to enter the project ID..

  • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

filterProjectFunctionId

Unique identifier of the project function (depending on the project domain). You can use this parameter to filter results.

SkipCount

A pagination parameter that helps you define the number of results to skip (i.e. where to start counting) when returning results.

MaxResultCount

A pagination parameter that helps you limit the number of results returned. It specifies the number of retrieved results.

Last updated

Was this helpful?