Forum Discussion
Get Dataflow Transactions REST API retrieves 10 transactions the first time, but only the 11th after
Hello,
today I tried to add top parameter to an api call request:
groups/{GroupId}/dataflows/{DataflowId}/transactions?$top=100Then the api call returns more than 10 transactions. Unfortunately this option is not described in Microsoft documentation.
The $top parameter doesn't seem to work for me. I get an error stating "No HTTP resource was found that matches the request url". This is really frustrating as the call seems to return an almost random set of Dataflow transactions which makes it hard to validate that our Dataflows are working as expected.
Any other thoughts on how to ensure we get the latest 10 or even the full set of transactions?
- MorelG1 year agoAdvocate I
Hello,
maybe one update. In case you are running an API call from Powershell, let's try this:groups/{GroupId}/dataflows/{DataflowId}/transactions?`$top=100Also do not forget to add ? character after transactions. Otherwise it is not recognized that you are using additional parameters.
It has been working in our environment prety well, but I definitely agree that this limitation is frustrating while working with dataflow API.