Selecting
Dynamic Response Bodies
API Version 2
This functionality is only available in Version 2 of the API.
You can easily select what properties you would like in your response body by filtering with the $select
query string parameter. Here’s an example of how to use it from the Articles endpoint:
$select=Name, Number, NetPrice, StockBalance, ChangedUtc
Updated less than a minute ago