Filter Link from a multiple link during a REST api call response
Summary
How can we filter a link from a rest api call response. To get only specific link in response, instead of getting whole link list in api call response.Content
Using the below rest api we are fetching the subinventory:-
/fscmRestApi/resources/11.13.18.05/subinventories
For managing subinventory (i.e Create/Update/Delete) we are taking the links returned by above api. The above api call returns so many links. How can we filter the link so that we only receive a specific link based on name in response of a rest api call.
Version
21A0