최근 검색


최근 검색 없음

felipe castro's Avatar

felipe castro

가입한 날짜: 2021년 4월 15일

·

마지막 활동: 2022년 2월 03일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 felipe castro

felipe castro님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

The other point is related to the amount of fields retrieved by Ticket Fields API. I get that it only retrieves the fields used on forms. But is there any way for me to get all the searchable fields (https://support.zendesk.com/hc/en-us/articles/203663206#topic_cw3_lb3_mv) of a ticket via API?

댓글 보기 · 2019년 4월 23일에 게시됨 · felipe castro

0

팔로워

0

투표 수

0

댓글


felipe castro님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Please, take a look at the following fields.

The first one is a system field. The field name is "Assignee" and the type is "assignee'.

The second one is a custom field. The field name is "Numeric-test" and the type is "integer" (makes much more sense).

I was expecting to have any of these following types associated to the field:

댓글 보기 · 2019년 4월 23일에 게시됨 · felipe castro

0

팔로워

0

투표 수

0

댓글


felipe castro님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Hello, guys!

I'd need to generate a form with fields dynamically and, according to their types, I need to choose a component (date picker, list, textbox etc.) for the user to input data.

The problem is: the "list fields" APIs doesn't seem to work as proposed... (https://developer.zendesk.com/rest_api/docs/support/ticket_fields#list-ticket-fields)
First: it only provides a few fields. Not all searchable fields.
Second: it does not provide the field type properly. When I'm listing ticket fields, the type is simply coming as the field name. For example: for "Subject" field, type is coming as "subject", for "Status" field, type is coming as "status".

For me, what would make much more sense would be the types you defined by Zendesk:
- text (default when no "type" is specified)
- textarea
- checkbox
- date
- integer
- decimal
- regexp
- tagger (custom dropdown & multi-select dropdown)

If the API does not provide me all the searchable fields and their types, I will have to map all of them manually, which will make my application too rigid.

Do you know how could I get this kind of information dynamically?

Thanks in advance.

2019년 4월 22일에 게시됨 · felipe castro

0

팔로워

3

투표 수

5

댓글