Add a Get request API method
Can we have an API method to get a ticket by ticket ID with all the metadata and comments?
For internal DoiT usage, can we have this working just with a ticket # since they are unique across customers? For example:
curl --request GET \
--url 'https://api.doit.com/support/v1/tickets/id' \
--header 'Authorization: Bearer API_KEY' \
--header 'accept: application/json'
1
vote