Advanced reports that are created by the Feedvisor Professional Services team can be accessed through the following requests.
In order to download the files, you first need to:
Authenticate (explained above)
Call the “Get all advanced reports list” in order to get the ID of the required report
Call the “Download advanced report” in order to get a URL that holds the report for downloading
Get the list of all advanced reports
Method | GET | ||||||||||||
URL | <Post-authentication Base URL>/external/{accountId}/report/advanced/?latest=true | ||||||||||||
Parameters |
| ||||||||||||
Headers | Authorization: Bearer <access token> (Same as described above) | ||||||||||||
Example response | [ { "id": "6bd333f959d836e69d551ea9bd977584", "path": "3908/Boomerang Import File CSV/Buildcom Boomerang Import File_3908_2018-05-10.xlsx.csv" }, { "id": "727baab300b0cdbf4ac9d605a9f30dfd", "path: "3908/Boomerang Import File CSV/Buildcom Boomerang Import File_3908_2018-05-22.xlsx.csv" } ] |
Download the advanced report
Method | GET | ||||||||||||
URL | <Post-authentication Base URL>/external/{accountId}/report/advanced/{id}/file/ | ||||||||||||
Parameters |
| ||||||||||||
Headers | Authorization: Bearer <access token> (Same as described above) | ||||||||||||
Response | The response is the file itself |
Comments
0 comments
Please sign in to leave a comment.