
suyogAgent
-
Total activity7
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions3
Activity overview
Latest activity by suyogAgent-
suyogAgent created a post,
how to filter the organizations according based on custom filed
i am using following code for retriving organizations. client.request('/api/v2/search.json?'+encodeURI('query=type:organization name:'+searchString+'*')).then(updateUI); i want to filter using...
-
suyogAgent created a post,
how to sort organizations alphabetically while retrieving organizations using search API.
i am using following code to retrieve organizations. client.request('/api/v2/search.json?'+encodeURI('query=type:organization name:'+searchString+'*')).then(updateUI); i want to sort results acco...
-
suyogAgent commented,
Thank you so much.
-
suyogAgent created a post,
How to get the agent info in Application.
Answeredi am developing a zendesk application using Zendesk Application Framework. I want to get the agent data/agent id of the currently logged in agent for that instance of application in a application. ...