-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #30
Comments
What specific capability do you need? |
Well, I was very interested in creating a ticket with certain fields like groups, ticket, types, and priority fields being set. However, the POST API capability for creating such a ticket did not include them as options. i thought about creating a ticket with a POST command followed by the PATCH instruction but for life of me.... getting the PATCH instruction to using POSTMAN did not work and the API documentation was sparse, vague, and unhelpful. Is there a better version of a ticket-creating POST instruction that could be created and account for all the different possible fields being initialized? Thanks! |
Thank you for the clarification. I think that is not supported out of the box, but you can create custom API functions to achieve specific functionality you need. |
Thanks for suggestion, we will try to add these functionalities in our documentation of the API bundle: |
Hi Folks, I was wondering if any of the documentation listed in https://www.uvdesk.com/en/api-doc/#3043 could be used with this API integration package bundle, especially for the non-ticket specific capabilities. The reason why I am asking is that I was looking at the Github for the UVDesk API bundle and I only saw ticket-specific API functionality here https://github.com/uvdesk/api-bundle/wiki/Ticket-Related-APIs
Many thanks in advance!
The text was updated successfully, but these errors were encountered: