I am sending an get request using Dynamics 365 Odata to any odata endpoint i.e (ReleasedProductsV2)
I am getting back a list of all products ( I do not have any filter )
Each product have it is own @odata.etag , however I was looking to get etag for the whole list.
My use case is to check any endpoint and get the etag for the whole list, and save it, then use the stored etag to in the request header (If-match) to check if the list have any changes.
What I am missing here ? is there is any other way to check if a list of( products, orders ..ext ) have been recently changed ?