Add an action
Learn about the Create endpoint in the FeedingData collection.
In Affective Computing powered by Virtue, you can create actions in two ways; creating actions manually or extracting and importing them from an external PDF file. This API lets you create an action manually.
API request
Parameters
projectId
Unique identifier of the project to which the action 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.
identity
Name of the action.
feeding_Value
Details of the action.
feeding_Action_Type_ID
Unique identifier of the action type.
feeding_Action_Category_ID
Unique identifier of the action category.
isCopyRighted
Indicates whether the action is subject to any use restrictions.
If the value of this parameter is True, the Keep it Secret functionality is activated; EDAA™ won't use the action in any other project. By default, the value of this parameter is False.
isDiagnostics
Indicates whether the action is to be used during the Diagnostics stage.
By default, the value of this parameter is False.
isVerified
Indicates whether the action is verified.
Last updated
Was this helpful?