https://api.freshservice.com/v2/#view_an_asset
Use 'include' to embed additional details in the response. Each include will consume an additional API credit.
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]
curl -v -u api_key:X -X GET 'https://domain.freshservice.com/api/v2/assets/11'
Generated using TypeDoc
View an Asset This operation allows you to view a particular asset.