Forum Discussion
Refresh dataset via API issue
Hi ronant ,
If you are refreshing the dataset that is in a shared capacity, you can only make up to eight requests per day. These eight requests include both scheduled refreshes and API refreshes. You can find more details in the following documentations. Please check whether you hit the following limitation... Any comment or problem, please feel free to let me know.
Refresh dataset REST API Limitations
Best Regards
- ronant4 years agoFrequent Visitor
The dataset is indeed in a shared capacity however I am not above 8 requests when doing the refreshes.
When testing, this works the first time:
{
'notifyOption': 'NoNotification',
}The second with the following doesn't:
{
'notifyOption': 'NoNotification',
'commitMode': 'partialBatch',
'retryCount': 1
}I tried a third time, same as the first, it also works, no error from the API.
- gabrielfonseca4 years agoNew Member
Hi,
I was dealing with this same problem. I think the explanation is in the documentation shared by Anonymous (maybe it was updated recently, at least I don't remember when I first read the API documentation).
I hope they change this and allow the retry option for shared capacity, as long as it respects the eight requests per day limit.
The retry option was exactly what took us to explore the possibility of using the API to refresh some datasets. - mattio4 years agoFrequent Visitor
Could be the inclusion of the 'notifyOption' according to the documentation this should not be included in the web call.
- For enhanced refresh, notifyOption is not required and must be excluded from the request body. However, one or more parameters other than notifyOption are required.
- SDM_19974 years ago
Helper II
Hi!
In the documentation, it is given that enhanced refresh is not supported for shared capacity. Hence, you are getting the error. Only notifyOption is supported for shared capacity.