View all actions imported from a specific action feed

Learn about the GetAllInteractionOfBGInfo endpoint in the FeedingBackgroundInfo collection.

This API lets you retrieve all actions fed from a specific external file. You can use pagination parameters to filter the results.

In this section, "Action feed" refers to the process of extracting and importing actions from an external PDF file.

API request

Parameters

Parameter
Description

Keyword

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

tenantId

Unique identifier of the tenant responsible for the project.

projectId

Unique identifier of the project in which you are feeding actions.

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.

backgroundId

Unique identifier of the action feed.

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?