nukosuke / go-zendesk

Zendesk API client library for Go
https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk
MIT License
62 stars 81 forks source link

feat: add organization tickets function #277

Closed paoloromolini closed 1 year ago

paoloromolini commented 1 year ago

Use the get tickets API but with the organization id parameter.

https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-tickets (GET /api/v2/organizations/{organization_id}/tickets)