
Carlos
-
총 활동 수50
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수11
-
플랜 수16
활동 개요
Carlos님의 최근 활동-
Carlos님이 에 댓글을 입력함
Hi Erica, Thank you for the response. I meant the Request API since we are dealing with end_users https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-requests/, we are using the fo...
-
Carlos님이 에 게시물을 만듦
Get Closed tickets via Guide API
Hi, Im currently trying to get the data from fields/custom_fields using the /api/v2/requests/search api endpoint, however, the data seems to be null only for closed tickets. If I used the endpoint...
-
Carlos님이 에 게시물을 만듦
Create Article Attachment via API
Greetings, I have tried to create article attachments with the following structure without any luck: Post: domain/api/v2/help_center/articles/article_id/attachments { "file": "file.pdf", "inline":...
-
Carlos님이 에 댓글을 입력함
Yeah sure thanks for the help ! My use-case is to recreate the new request form dynamically in an external website. The idea is that the changes made in the admin center would reflect directly in t...
-
Carlos님이 에 댓글을 입력함
Hi Greg :) thanks for the quick answer. However, api/v2/ticket_forms/show_many?ids= doesn't solve the issue because I don't get any information regarding which values or type of field I'm getting. ...
-
Carlos님이 에 게시물을 만듦
Get Ticket Field API for Anonymous Users
Hey :) What would be the secure way to get the ticket field API as an anonymous user? Sending the token in the authorization header could be a solution, but not secure. What other approaches are th...
-
Carlos님이 에 댓글을 입력함
Hi Tipene Hughes Thank you for the reply. I double checked the query it worked :) Example: /api/v2/requests/search.json?query=created>2023-02-01 created<2023-02-03 Appreciated !
-
Carlos님이 에 게시물을 만듦
Request API search by range date
Is there any way to search the request API (https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-requests/) by range date ? The idea is to only return a collection of requests that...
-
Carlos님이 에 댓글을 입력함
That's a good point, this property should be in the Zendesk articles API. I am currently trying to get the most viewed articles and present it on an external website via API. Is there another alter...
-
Carlos님이 에 게시물을 만듦
Requests API from other users
Hello community ! Is it possible to get data from requests of other end_users being an end_user as well. I would like to use the Zendesk Request API in Guide to obtain requests from other users to ...