Create an input interaction channel category

Learn about the Create endpoint in the InteractionChannelCategory collection.

In Affective Computing powered by Virtue, you can classify input interaction channels in categories for easy management and organization.

This API lets you create a new input interaction channel category.

API request

Parameters

Parameter
Description

name

Name of the category (which organizes related input interaction channels).

projectId

Unique identifier of the project to which the input interaction channel category belongs.

Notes:

  • Whether or not you need to enter the project domain ID depends on your user account;

    • If you are working with a private solution, you might need to enter the project ID instead of the project domain ID.

    • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

  • From the same tenant profile, you can manage several projects.

project_Domain_Id

Unique identifier of the project's domain.

Note: Whether or not you need to enter the project domain ID depends on your user account;

  • If you are working with a private solution, you might need to enter the project ID instead of the project domain ID.

  • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

This parameter can have the following values:

project_Function_Id

Unique identifier of the project's function based on the project's domain.

Note: Whether or not you need to enter the project function ID depends on your user account;

  • If you are working with a private solution, you might need to enter the project ID instead of the project domain ID.

  • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

This parameter can have the following values:

  • For No domain (when project_Domain_Id is -1)

  • For Security & Safety (when project_Domain_Id is 2)

  • For Human wellbeing (when project_Domain_Id is 3)

  • For Digital user experience (project_Domain_Id is 4)

active

Indicates whether the input interaction channel category is active

Last updated

Was this helpful?