ZendeskApi_v2 icon indicating copy to clipboard operation
ZendeskApi_v2 copied to clipboard

C# wrapper for the Zendesk API

Results 18 ZendeskApi_v2 issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I needed to return all orgs for a user and found nothing in the tests describing this but with some digging found that this was implemented via GetOrganizationMembershipsByUserId It might...

Enhancement
hacktoberfest
help wanted

Since all the fields are not availables on all objects, it would be useful to include the raw response directly in the object. This would give the SDK users a...

Enhancement
hacktoberfest
help wanted

ZendeskApi_v2 doesn't seem to allow addition of collaborators for a request creation when the zendesk API allows it : https://developer.zendesk.com/rest_api/docs/support/requests#create-request

Enhancement
help wanted

The call `GetArticle` in `Articles.cs` supports sideload options, but sideloads like Categories and Sections are not available as properties in the `IndividualArticleResponse` returned. Would it be possible to add them?

Enhancement
help wanted

Is it possible to have this available on the ZendeskApi_V2 ? https://developer.zendesk.com/rest_api/docs/support/incremental_export#incremental-ticket-event-export Thanks for your answer

Enhancement
help wanted

I'm querying Articles with `GetArticlesAsync` and I'm getting in the results a NextPage like 'https://xxxxx.zendesk.com/api/v2/help_center/en-us/articles.json?page=2&per_page=30 Then I use this URL to query the next page using the `GetArticlesByUrlAsync` method just...

Hello, first of all, thanks for this wrapper. I have a hard time figuring out what is the value type needed for a custom field of type "multi-select". For a...

Would be nice to implement this feature in case user wants to loop over the pages. https://developer.zendesk.com/api-reference/ticketing/organizations/organizations/#count-organizations

When i am calling client.Search.SearchAsync(q => q.WithFilter("email", "")); I am getting an error "Error converting value {null} to type 'System.Boolean'. Path 'results[0].two_factor_auth_enabled'.' I am using the newest version of the...