View action types
Learn about the GetAll endpoint in the FeedingActionType collection (which lets you view action types).
You can create (feed) actions in your project so that Affective Computing (powered by Virtue) can deliver them to users at the appropriate time based on the configured logics, thereby enabling you to implement personalization through your solutions.
These actions can be of the following types, depending on the action category:
Content
Delivering content of different formats to users
Sound
Visual effects
Geolocation
Acceleration
Music
Interactions
Interactions with users that could might or might not require user response
Statements
Questions
Triggered actions
Actions delivered as a result of an event and that have a tangible impact on an object
-
This API lets you retrieve information about all existing action types, such as their name, unique ID, and more. You can also filter the results using pagination parameters.
API request
Parameters
Keyword
A pagination parameter that helps you filter results by specific keywords.
Name
Name of the action type.
IsFile
Indicates whether the details of actions of this type are in files.
Feeding_Content_Attribute_DataType_ID
Unique identifier of the corresponding content attribute type.
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?