How can I extract the name of the custom field in Zendesk with API

回答済み

1 コメント

  • Sam
    Community Moderator

    Hi Mahesh Antstack!

    Custom field titles are stored as part of the JSON returned when calling the API. More information can be found at Ticket Fields | Zendesk Developer Docs.

    Specifically, you would look for these objects:

    • title (Internal name of ticket field)
    • title_in_portal (Title of ticket field visible to end users)

    You may consider using the Requests or urllib library in Python to execute your API call, depending on version and your personal preference! Hopefully these will point you in the right direction :)

    0

サインインしてコメントを残してください。

Powered by Zendesk