swsd_get_solution
Fetch a SWSD solution by numeric ID, including HTML and plain-text descriptions, custom fields, comments count, and attachment metadata. Set detail_level 'long' for audits, tags, and attachments.
Instructions
Fetch one SWSD solution by numeric ID. Returns the full solution as returned by SWSD (passthrough), including both description (HTML) and description_no_html (plain text) fields, custom_fields_values, comments count, and attachment metadata. Use swsd_search_solutions first if you only have a topic — IDs are not guessable. Pass detail_level: "long" to include attachments, audits, and tags in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | SWSD solution reference. Accepts either the internal id (>=7 digits) or the human-facing number (<=4 digits). The handler auto-detects via digit count. | |
| detail_level | No | Use "long" to include attachments, audits, tags, and full statistics in one call. Default "short" is faster. | short |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution | Yes |