Skip to main content

Category

Category#

Category is used to group templates and customize their visibility to users


AttributeTypeDescriptionNullable
idStringIdentifierfalse
nameStringCategory namefalse
activeBooleanCategory activityfalse
templateIdsList of stringList of id templates included in the categoryfalse
unavailableIfBusinessDirIdsList of integersId of business directions which category not availabletrue
unavailableIfGroupIdsList of integersId of groups which category not availabletrue
unavailableIfUserIdsList of integersId of users who category not availabletrue
Example:
[
{
"id": "606ac4e55b784e60cb88cb5a",
"name": "Test survey category",
"tenant": "yourCompanyName",
"active": true,
"templateIds": [
"606ac4f65b784e60cb88cb5b",
"606acc512451a22763201d22"
],
"unavailableIfBusinessDirIds": [],
"unavailableIfGroupIds": [],
"unavailableIfUserIds": []
}
]