zendesk-node-api icon indicating copy to clipboard operation
zendesk-node-api copied to clipboard

list() method is not working

Open codetycon opened this issue 7 years ago • 0 comments

I am facing issue with a listing of tickets and users. I am able to create a ticket but not able to list, I tried both options list and search but not working

Here is my code of list API

zendesk.tickets.list().then(function(tickets){
    console.log(tickets);
  });

Here is a Response header of list API

Request URL: https://task-me-not.zendesk.com/api/v2//tickets.json Request Method: OPTIONS Status Code: 200 OK Remote Address: 35.174.158.178:443 Referrer Policy: no-referrer-when-downgrade

codetycon avatar Aug 15 '18 12:08 codetycon