I am not able to find what is the name of field on API level and how to pull it via rest API request from tickets API.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
I think what Ahmed is suggesting is that you pull the ticket and then parse the response from there.
Here's a small example for node.js
Hope this helps,