You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: