Please include the requester details in below endpoint::
/api/v2/search/tickets?query==query]
Please include the requester details in below endpoint::
/api/v2/search/tickets?query==query]
Please include the requester details in below endpoint::
/api/v2/search/tickets?query==query]
Create a Idea for this.
Hi
Greetings From Freshworks Community
Since this is a very valid ask, as mentioned by
Or you can drop an email to support@freshdesk.com and we shall create a tracker for the same internally.
Hope this helps, please let us know incase of any follow up queries.
o include requester details in Custom Ticket Views using an API, you typically need to follow these steps:
API Endpoint: Use the appropriate API endpoint for fetching custom ticket views. This often looks like /api/v1/ticket_views
.
Modify Request: When constructing your API request, ensure to specify the fields you want to include in the response. Look for options like include_requester
or similar in the API documentation.
Field Mapping: Ensure the fields related to the requester (e.g., requester_id
, requester_name
, requester_email
) are mapped correctly in your request parameters.
Response Handling: In your response handling, extract and display the requester details as needed in your application.
Testing: Test your implementation to verify that requester details are included as expected.
Make sure to refer to the specific API documentation for your platform for exact parameters and structures.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.