freshservice_agentfreshservice_agent_rolefreshservice_announcementfreshservice_assetfreshservice_asset_componentfreshservice_asset_contractfreshservice_asset_typefreshservice_business_hourfreshservice_changefreshservice_change_notefreshservice_contractfreshservice_contract_typefreshservice_departmentfreshservice_locationfreshservice_problemfreshservice_problem_notefreshservice_problem_taskfreshservice_problem_timeentryfreshservice_productfreshservice_purchase_orderfreshservice_releasefreshservice_release_notefreshservice_release_taskfreshservice_release_timeentryfreshservice_requesterfreshservice_servicefreshservice_sla_policyfreshservice_softwarefreshservice_software_installationfreshservice_software_userfreshservice_solution_articlefreshservice_solution_categoryfreshservice_solution_folderfreshservice_ticketfreshservice_ticket_conversationfreshservice_ticket_taskfreshservice_ticket_timeentryfreshservice_vendor
Table: freshservice_solution_category
Obtain information about Solution Categories in the FreshService instance.
Examples
List all solution categories
select *from freshservice_solution_category;
Get a specific solution category
select *from freshservice_solution_categorywhere id = 27075269;
Schema for freshservice_solution_category
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
created_at | timestamp with time zone | Timestamp when the solution category was created. | |
default_category | boolean | Set to true if the solution category is the default one. | |
description | text | Description about the solution category. | |
id | bigint | = | ID of the solution category. |
name | text | Name of the solution category. | |
position | bigint | The rank of the solution category in the category listing. | |
updated_at | timestamp with time zone | Timestamp when the solution category was last updated. | |
visible_in_portals | jsonb | Array of portal IDs where this category is visible. |