In azure data factory, we define some parameterized datasets, for example, we define a common parquet dataset with the parquet file path parameterized.
What I wanna do is to retrieve the dataset with an exact parameter value by rest API.
But with the document(https://docs.microsoft.com/en-us/rest/api/datafactory/datasets/get), it seems not able to retrieve the exact dataset with a specific parquet path.
So is there any other rest API can work it out?