Cmdlets for Freshdesk

Build 23.0.8839

FetchTicketsUpdatedSince Parameter (Connect-FreshDesk Cmdlet)

Use FetchTicketsUpdatedSince to query tickets older than 30 days. Note: TicketStats must be set to True.

Syntax

Connect-FreshDesk -FetchTicketsUpdatedSince string

Data Type

cstr

Default Value

""

Remarks

When TicketStats = true, all requests (including filtering request) would be sent to the 'List all' endpoint. The 'List all' endpoint only retrieves the tickets created in the last 30 days, unless FetchTicketsUpdatedSince is set to a specifed date. Set FetchTicketsUpdatedSince to a specified date to retrieve tickets created past the last 30 days. (Example: FetchTicketsUpdatedSince=2022-01-01 or FetchTicketsUpdatedSince=2022-01-01T00:00:00Z)

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839