
Bryan Flynn
-
Activité totale167
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes27
-
Abonnements88
Aperçu des activités
Dernière activité effectuée par Bryan Flynn-
Bryan Flynn a ajouté un commentaire,
Hi @..., Please give the API call that you are making at any returned HTTP status codes (removing any confidential information of course). Are you using the example cURL code in the reference docum...
-
Bryan Flynn a ajouté un commentaire,
Hi @.... Looks like this question was also cross-posted in the developer community. I posted an answer there — please see https://develop.zendesk.com/hc/en-us/community/posts/360050023554/comments/...
-
Bryan Flynn a ajouté un commentaire,
Hi Brandon. It is a bit confusing. There's the ticket field's meta information (the example you gave), which is the "schema" of the field, no matter the ticket. Then there's the custom field's actu...
-
Bryan Flynn a ajouté un commentaire,
Hi @... -- I suggest submitting a ticket, so your specific account can be examined more closely. Know that this particular workflow is not officially supported. See Can I use a trigger and a targe...
-
Bryan Flynn a ajouté un commentaire,
It does seem odd at first why all settings are not treated the same way. The reason is because secure settings, due to their nature, are never meant to be seen on the client side, so they have to ...
-
Bryan Flynn a ajouté un commentaire,
Closing this post -- moved conversation over to AMA post: https://develop.zendesk.com/hc/en-us/community/posts/360037266834-Doubts-about-Authenticating-Zendesk-in-your-server-side-app
-
Bryan Flynn a ajouté un commentaire,
That sounds reasonable Calum. So I'll just point out again then, an end-user account can generate an OAuth token and use it against the /api/v2/requests.json API. It sounded like this wasn't workin...
-
Bryan Flynn a ajouté un commentaire,
Hi Calum -- just to clarify, a new request/ticket created by an end user using an OAuth/Bearer token should work. To simplify the above and using the cURL command line tool, the request would look ...
-
Bryan Flynn a ajouté un commentaire,
Hi Felipe. GET /api/v2/ticket_fields.json will return all ticket fields in your instance regardless of what Ticket Form they're used on. As for searching, the link you gave is the best reference fo...
-
Bryan Flynn a ajouté un commentaire,
Commentaire officiel Here's the syntax for getting a custom field's value: client.get('ticket.customField:custom_field_12345678') ...where the '12345678' value is *your* custom field's unique ID, prefixed by the litera...