Function getServiceCategories

  • View List of Service Categories

    Parameters

    • __namedParameters: BaseGetInput

    Returns Promise<{
        created_at: string;
        description: string;
        id: number;
        name: string;
        position: number;
        updated_at: string;
        workspace_id?: number;
    }[]>

    Ref

    https://api.freshservice.com/v2/#list_all_service_items

    Description

    This api lists all service categories in your Freshservice service desk

    Note

    By default, only service categories from the primary workspace will be returned for accounts with the 'Workspaces' feature enabled. For service categories from other workspaces, use the workspace_id filter.

    Note

    Filter by Handle Workspace /api/v2/service_catalog/categories?workspace_id=[id] 'workspace_id' is applicable only for accounts with the 'Workspaces' feature enabled. GET /api/v2/service_catalog/categories

    Example

    curl -v -u api_key:X -X GET 'https://domain.freshservice.com/api/v2/service_catalog/categories?workspace_id=2'
    

Generated using TypeDoc