View a specific action category
Learn about the Get endpoint in the FeedingActionCategory collection.
In Affective Computing powered by Virtue, actions can be of three categories; Content, Interaction, and Triggered Action. This API lets you retrieve details of a specific action category
API request
Parameters
Parameter
Description
Id
Unique identifier of the action category.
API response
Sample
{
"result": [
{
"id": 1,
"name": "Content"
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}Attributes
Attribute
Description
id
Unique identifier of the action category.
name
Name of the action category.
Last updated
Was this helpful?