Forum Discussion
soldous
Advocate II
6 years agoPower BI REST API Bad Request Object must implement IConvertible.
Hi all, I would like to use a new PBI API to get activity events but when I try to call the API I receive 400 bad request: Object must implement IConvertible for startDateTime and endDateTime. ...
- 6 years ago
I talked with the support and the solution is to enclose dates in the single quotation marks.
Hope they changed it in the official documentation.
soldous
Advocate II
6 years agoI talked with the support and the solution is to enclose dates in the single quotation marks.
Hope they changed it in the official documentation.
- bdarbonneau6 years agoFrequent Visitor
When you manage to retrieve the first page, and in order to fetch the next page, you will need to pass the continutation token retrieved from the inital response.
Be aware that for this parameter, you also need to 'Uridecode' the token returned by the API and enclose it in single quotes.