list of all users subscribed to all board
I am using the below api to find the users permitted to a particular board: https://[COMMUNITY DOMAIN]/restapi/vc/boards/id/<board ID>/subscribers/email/board But the problem with above api and my use case is that I want to view the list of all the boards and its permitted users in one request. Whereas, the above api is only allowing to look for only a single board at a time. Is there a way in which I can get the list of all the boards in a community and it's subscribed users in a single hit?160Views0likes1CommentThe Developer Documentation is back up
We are working with the hosting site to determine and solve the issue. Thank you for your patience. Update: 25 March 9:19 AM We are still working on this issue and have been able to eliminate some root causes. We will continue to keep you updated. Update 25 March 4:17 PM We've pushed a fix to our Dev Doc Portal. You should be able to access it again without issue.64Views0likes0CommentsUsing API to download SMM reports into Google Sheets
I've been doing some testing and successfully using the API to get data from LSW/SMM into Google Sheets, using App Script. Where I'm getting stuck, however, is downloading thean CSV report. Has anyone managed to do this already? I get this error: Request failed for https://socialweb-analytics-emea.lcloud.com/api/public/reports/report/<rest of url> returned code 400. Truncated server response: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InvalidArgument</Code><Message>Only one auth mechanism allowed; only the X-Amz-Algorithm query ... (use muteHttpExceptions option to examine full response) (line 60, file "Code") A Google search leads me to believe that the redirect from LSW, when getting the download url is causing the issue, but maybe someone has found a way around this?68Views0likes0Comments