Replies: 1 comment 3 replies
-
Generally the goal is to get an array of items to map with the drop down - this kind of information is widely a GET call, but I assume you are asking because you have a case where the API you are interested in is returning data only from a POST. HEAD shouldn't be returning any data that would be useful. In general, I don't like the idea of adding POST as an option because it is a call that would modify data instead of return data. We wouldn't want to modify data every time a work item was opened. GET usually allows query parameters that we are already accounting for in the URL. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to accept a configuration parameter for the method to be used for REST call

Beta Was this translation helpful? Give feedback.
All reactions