Skip to content

Latest commit

 

History

History
56 lines (26 loc) · 1.05 KB

Freshdesk-Resources-Product.md

File metadata and controls

56 lines (26 loc) · 1.05 KB

Freshdesk\Resources\Product

Email Config resource

Abstract class which all resources inherit from

Methods

all

mixed Freshdesk\Resources\Product::all(array|null $query)

Get a list of all agents.

Use filters ($query) to view only specific resources (those which match the criteria that you choose).

  • Visibility: public

Arguments

  • $query array|null

view

array|null Freshdesk\Resources\Product::view(integer $id, array|null $query)

View a resource

Use 'include' to embed additional details in the response. Each include will consume an additional credit. For example if you embed the requester and company information you will be charged a total of 3 API credits for the call. See Freshdesk's documentation for details.

  • Visibility: public

Arguments

  • $id integer - <p>The resource id</p>
  • $query array|null