Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tickets.GetTicketsByViewID - int required, but must be long #357

Closed
bpapineau opened this issue Aug 6, 2018 · 3 comments
Closed

Tickets.GetTicketsByViewID - int required, but must be long #357

bpapineau opened this issue Aug 6, 2018 · 3 comments

Comments

@bpapineau
Copy link

bpapineau commented Aug 6, 2018

According to last ids from views of my Zendesk account (360004681868), the "int" format is becoming incorrect. It must be long, like GetTicketsByUserID and GetTicketsByOrganizationID .

Change
public GroupTicketResponse GetTicketsByViewID(int id);
into
public GroupTicketResponse GetTicketsByViewID(long id);

@bpapineau
Copy link
Author

Edited.

@mozts2005
Copy link
Member

I am unable to see the issue. based on this line I am calling this good.

https://github.com/mozts2005/ZendeskApi_v2/blob/6e7602d4748aaa359b264e7e9fbfaba6ce960f07/src/ZendeskApi_v2/Requests/Tickets.cs#L54

please let me know what version you are using.

If you are still having issues please give a link to the method in the code.

@bpapineau
Copy link
Author

My bad, my version was old. You can delete this issue :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants