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_department
Obtain information about Departments stored within the FreshService instance.
Examples
List all Departments
select *from freshservice_department;
Obtain a specific Department by ID
select *from freshservice_departmentwhere id = 123456789;
Schema for freshservice_department
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
created_at | timestamp with time zone | Timestamp when the department was created. | |
description | text | Description about the department. | |
domains | jsonb | Array of email domains associated with the department. | |
head_user_id | bigint | User ID of the agent or requester who serves as the head of the department. | |
id | bigint | = | ID of the department. |
name | text | Name of the department. | |
prime_user_id | bigint | User ID of the agent or requester who serves as the prime user of the department. | |
updated_at | timestamp with time zone | Timestamp when the department was last updated. |