Time Entry resource
Provide access to time entry resources
- Class name: TimeEntry
- Namespace: Freshdesk\Resources
- Parent class: Freshdesk\Resources\AbstractResource
array|null Freshdesk\Resources\TimeEntry::create(integer $id, array $data)
Create a time entry for a ticket
- Visibility: public
- $id integer
- $data array
array|null Freshdesk\Resources\TimeEntry::all(integer $id, array|null $query)
List time entries for a ticket
- Visibility: public
- $id integer
- $query array|null
array|null Freshdesk\Resources\TimeEntry::toggle(integer $id)
Start / stop the timer
- Visibility: public
- $id integer
array|null Freshdesk\Resources\TimeEntry::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
- $id integer - <p>The resource id</p>
- $query array|null
array|null Freshdesk\Resources\TimeEntry::update(integer $id, array $data)
Update a resource
Updates the resources for the given $id with the supplied data/.
- Visibility: public
- $id integer - <p>The resource id</p>
- $data array - <p>The data</p>
array|null Freshdesk\Resources\TimeEntry::delete(\Freshdesk\Resources\Traits\in $id)
Delete a resource
Delete a resource by $id
- Visibility: public
- $id Freshdesk\Resources\Traits\in - <p>The resource id</p>