get_list_of_solution_article
Retrieve a list of solution articles from Freshservice by specifying the article ID, enabling quick access to relevant support resources.
Instructions
Get list of solution article in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "get_list_of_solution_articleArguments",
"type": "object"
}