Hi All,
I am trying to retrive the category, subcatgory and tags from knowledge article(Solutons) GET API, but i am getting only the below solution object. Is ther any way to get these details using the REST API. Please let me know
{
"id": 1476175,
"name": "How to Email a Ticket into SolarWinds Service Desk",
"href": "/solutions/1476175.json",
"number": 2,
"description": "Your requesters can submit tickets via email and the service portal.\n To find your email to ticket address, go to Setup > Email Settings.\n <p><img class=\"preview-image\" src=\"/attachments/5602e147633ab75cbe78/email_ticket.gif\"\n alt=\"preview\" data-verified=\"redactor\" draggable=\"false\" unselectable=\"on\" filename=\"email_ticket.gif\"></p>",
"description_no_html": "Your requesters can submit tickets via email and the service portal. To find your email to ticket address, go to Setup > Email Settings.",
"creator": {
"id": 12290589,
"name": "abc",
"email": "test@abc.com"
},
"created_at": "2025-06-26T22:44:13.000-07:00",
"isAllowToVote": true,
"number_of_attachments": 0,
"attachments": [],
"number_of_shared_attachments": 0,
"shared_attachments": []
}
Thanks,
Senthil.