API URL Parameter

Can we add a parameter to the API endpoint on a Web Service Method to have a comment entry notify the responsible group?  POST .../TDWebApi/api/{appId}/tickets/{id}/feed

.../TDWebApi/api/{appId}/tickets/{id}/feed?notifyResponsible={notifyResponsible}

or

.../TDWebApi/api/{appId}/tickets/{id}/feed?notifyResponsible=true

Asked by Scott Cory on Tue 11/21/23 1:21 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Tue 11/21/23 1:37 PM

Hello Scott,

No you can't add a notification parameter to the URL of any endpoint. You generally can only use that sort of parameter on an endpoint where its UI equivalent already supports said action.

Sincerely,
Mark Sayers
Sr Support Consultant, CS

No feedback