Question

Ticketfields based on Workspace in Freshservice

  • 15 February 2024
  • 2 replies
  • 40 views

Badge

Hi,

I have an app in the Freshservice Marketplace. In this app, I need to display the ticket fields based on the workspace.

Using the 'List All Workspaces' API, I obtained the list of workspaces. Then, I retrieved all ticket fields using the 'List All Ticket Fields' API.

However, some of the ticket fields have a workspace_id that does not match any in the 'List All Workspaces' results.

Please help on this.

 

Thanks,

Priyadharshini R


2 replies

Userlevel 7
Badge +16

Hello @Priyadharshini I would suggest you take your question over to the Freshworks Developer Community here. There are a number of fantastic developers that may be able to help you figure out your issue. Take care!

Userlevel 1
Badge +2

Hi @Priyadharshini 

You can use the list all ticket fields from a specific workspace to help you with this. 

Kindly try this API which will help you with the same 'https://domain.freshservice.com/api/v2/ticket_form_fields?workspace_id=2' 
https://api.freshservice.com/v2/#view_all_ticket_fields

Reply