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
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | Department Id | |
module | string | Module, allowed values tickets ,contacts ,contracts ,accounts ,tasks ,products ,timeEntry | |
feature | string | Feature, allowed values businesshours ,holidaylist ,Skills ,SkillType ,workflows ,blueprints |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"featureName":"workflows","maxTotalCount":"40","maxActiveCount":"20","usedCountInfo":{"usedTotalCount":"3","usedActiveCount":"2"}}