theapsgroup/freshservice
steampipe plugin install theapsgroup/freshservice

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_category
where
id = 27075269;

Schema for freshservice_solution_category

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
created_attimestamp with time zoneTimestamp when the solution category was created.
default_categorybooleanSet to true if the solution category is the default one.
descriptiontextDescription about the solution category.
idbigint=ID of the solution category.
nametextName of the solution category.
positionbigintThe rank of the solution category in the category listing.
updated_attimestamp with time zoneTimestamp when the solution category was last updated.
visible_in_portalsjsonbArray of portal IDs where this category is visible.