URL: api/admin/helptopic-edit/{helpTopicId}
Method: GET
Description : Get HelpTopic Details.
Parameters:
Parameter | Type | Optional/Required | Description |
helpTopicId | Integer | Required | Help Topic Id to for fetching it’s data |
Success Response :
{ "success": true, "data": { "topic": { "id": 1, "topic": "Support query", "parent_topic": "", "custom_form": null, "department": { "id": 1, "name": "Support", "form_identifier": "department_1", "is_default": true }, "ticket_status": null, "thank_page": "", "ticket_num_format": "", "internal_notes": "Support Query Help Topic", "status": 1, "type": 1, "auto_response": 0, "created_at": "2020-12-23 09:05:55", "updated_at": "2020-12-27 12:57:07", "linked_departments": [ { "id": 1, "name": "Support", "form_identifier": "department_1", "is_default": true } ], "sys_help_topic": false, "ticket_type": [] } } }