get_solution_article
Retrieve a specific solution article by ID from Freshservice to quickly access troubleshooting guides or documentation for resolving issues.
Instructions
Get solution article by id in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "get_solution_articleArguments",
"type": "object"
}