Hi Team, Am integrating the get an asset API (Get an Asset) which is returning the lot of response.
My request API (https://api.frame.io/v2/assets/q1q1q2q3w-123e-4ew32-2w3e-123edscfv)
Is there is a way to limit the response only with the certain fields from the request API?
Say as a response I need only following field {“label”: “none”, “name”: “abc.jpg”,“parent_id”: “q1q1q2q3w-123e-4ew32-2w3e-123edscfv” , “id”: “q1q1q2q3w-123e-4ew32-2w3e-123edscfv”,}
Thanks in advance.