view_solution_category
Retrieve detailed information about a specific solution category in Freshdesk using its category ID. Enables efficient management and organization of support resources.
Instructions
View a solution category in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"category_id": {
"title": "Category Id",
"type": "integer"
}
},
"required": [
"category_id"
],
"title": "view_solution_categoryArguments",
"type": "object"
}