Retrieve action types in a specific content attribute
Learn about the ActionType endpoint in the FeedingContentAttribute collection.
In Affective Computing by Virtue, in each action category, actions can be of different types. For example, the Interaction category can have actions of two types; questions and statements.
Actions are usually grouped under attributes, which can also be classified using the same categories and types.
This API enables you to retrieve all action types that a specific content attribute has actions of.
API response
Sample
{
"result": [
{
"name": "Sound",
"tenantDomainId": null,
"projectId": null,
"isFile": true,
"isDeleted": false,
"creationTime": "2022-04-12T14:14:51.0504204",
"feeding_Content_Attribute_DataType_ID": 2,
"feeding_Action_Category_ID": 1,
"id": 2
},
{
"name": "Visual effects",
"tenantDomainId": null,
"projectId": null,
"isFile": false,
"isDeleted": false,
"creationTime": "2022-04-12T14:14:51.0514209",
"feeding_Content_Attribute_DataType_ID": 1089,
"feeding_Action_Category_ID": 1,
"id": 5
},
{
"name": "Geo localization",
"tenantDomainId": null,
"projectId": null,
"isFile": false,
"isDeleted": false,
"creationTime": "2022-04-12T14:14:51.0516024",
"feeding_Content_Attribute_DataType_ID": 1087,
"feeding_Action_Category_ID": 1,
"id": 6
},
{
"name": "Acceleration",
"tenantDomainId": null,
"projectId": null,
"isFile": false,
"isDeleted": false,
"creationTime": "2022-04-12T14:14:51.051719",
"feeding_Content_Attribute_DataType_ID": 1084,
"feeding_Action_Category_ID": 1,
"id": 7
},
{
"name": "Music",
"tenantDomainId": null,
"projectId": null,
"isFile": true,
"isDeleted": false,
"creationTime": "2022-04-12T14:14:51.0504204",
"feeding_Content_Attribute_DataType_ID": 2,
"feeding_Action_Category_ID": 1,
"id": 17
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}Attributes
name
Name of the action type.
tenantDomainId
Unique identifier of the project domain.
projectId
Unique identifier of the project to which the content attribute belongs.
isFile
Indicates whether the details of actions of this type are in files.
isDeleted
Defines whether the action type was deleted previously. Note: This attribute is an internal indicator. Deleted action types can also be retrieved but cannot be used.
creationTime
Exact date and time of creating the action type.
feeding_Content_Attribute_DataType_ID
Unique identifier of the content attribute data type.
feeding_Action_Category_ID
Unique identifier of the action category.
id
Unique identifier of the action type.
Last updated
Was this helpful?