Get Automation Feature Count

GET {{baseUrl}}/api/v1/automationFeatureCount?feature=<String>

This API is used to Get Automation Feature Limits, For BusinessHours and HoldiayList, There are no mandatory params, For Workflows valid and mandatory params are module and departmentId, Valid module param values for Workflows are tickets,contacts,contracts,accounts,tasks,products,timeEntry. For Skills and SkillTye departmentId is mandatory param

OAuth Scope

  • Desk.settings.READ

Request Params

KeyDatatypeRequiredDescription
departmentIdstringDepartment Id
modulestringModule, allowed values tickets,contacts,contracts,accounts,tasks,products,timeEntry
featurestringFeature, allowed values businesshours,holidaylist,Skills,SkillType,workflows,blueprints

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;featureName&quot;:&quot;workflows&quot;,&quot;maxTotalCount&quot;:&quot;40&quot;,&quot;maxActiveCount&quot;:&quot;20&quot;,&quot;usedCountInfo&quot;:{&quot;usedTotalCount&quot;:&quot;3&quot;,&quot;usedActiveCount&quot;:&quot;2&quot;}}