Function getAssetById

  • View an Asset This operation allows you to view a particular asset.

    Parameters

    • __namedParameters: GetAssetByIdInput

    Returns Promise<Asset>

    Ref

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

    Note

    Use 'include' to embed additional details in the response. Each include will consume an additional API credit.

    Note

    type_fields /api/v2/assets/[display_id]?include=type_fields Will return all fields that are specific to each asset type. For example, for Hardware Asset Type, including type_fields will return fields such as Product_ID, Vendor_ID and Serial_number GET /api/v2/assets/[display_id]

    Example

    curl -v -u api_key:X -X GET 'https://domain.freshservice.com/api/v2/assets/11'
    

Generated using TypeDoc