Autodesk Platform Services - how to get reviews that are related to a documents - autodesk-forge

How can I get reviews that are related to a document?
It is possible to get relations between issues and documents using the relationships endpoint (using a container ID), but I cannot find any method to show related reviews.
I searched the APS documentation without finding an answer:
https://aps.autodesk.com/developer/documentation

As of now, Review API isn't exposed.
Please, refer to known issues and wishes at Docs ACSD-11159

I found a solution that i posted here: https://stackoverflow.com/a/74891063/8218981
You can access reviews with a 3-legged token. The API is not documented, but the site acc.autodesk.com, uses it.
get reviews
https://developer.api.autodesk.com/dm/v2/projects/<project_id>?sort=-sequenceId&offset=0&limit=20
get review info
https://developer.api.autodesk.com/dm/v2/projects/<project_id>/reviews/<review_id>/versions?limit=50&offset=0
You can find a beta implementation in Python here: https://github.com/petrbroz/forge-sdk-python/blob/a5987c7ffe60bdcf1472caeb1e6f268fd0a5a36d/src/autodesk_forge_sdk/reviews.py#L58-L98

Related

Fetch the review information from BIM 360 using Forge APIs

I am trying to get the data present under the 'Reviews' tab under Document Management in BIM 360. Is there an exposed endpoint that can fetch those details?
Unfortunately, there is no API available for the Reviews at this moment, but there is a wish for Review API: ALEX-37150: “API wish: expose Docs Review API”.
In addition, we would be interested in knowing what kind of workflow you are trying to accomplish with API. It might help the product team to prioritize their work. If it cannot be posted publicly, please reach out to forge[DOT]help[AT]autodesk[DOT]com.
Related: https://stackoverflow.com/a/64392350/7745569

Does Forge support Submittals endpoints

I hope you are safe and doing well.
I’m working on a RESTFul client that reads info from the BIM360 API and couldn’t find any specification to retrieve Submittals.
Searching on your Knowledge base, I found the following answer from 2018:
autodesk forge - Is there an API for BIM360 Submittals? - Stack Overflow
Have you implemented the endpoint for submittals yet?
Thanks,
Henrique
Unfortunately, no, not yet :-( I will find the ID for a wish and add your name.

How to get Reviews and Transmittals by project from Autodesk Forge API?

I tried to find a method to get reviews and transmittals and didn't find it in BIM360 API or Data Management API. Is it possible to get it?
No API for Reviews and Transmittals exposed for BIM 360 at this time. There is a wish for Review API:
ALEX-37150: “API wish: expose Docs Review API”
We would be interested in knowing what kind of workflow you are trying to accomplish with API. It might help the product team to prioritize their work. If you want to catch the activities change, you may be able to find in activities log, which we are hoping to release near future. (Although we are always cautious to say this till we see it.)

Google Places API - downloading user reviews and star ratings

TL;DR - I need help using Google Places API to download star ratings and user reviews of multiple stores and I am too dumb to figure out what I am suppose to be doing. Please help!
For the life of me, this has been hard to find any sort of useful info or documentation in terms of trying to download user ratings and star reviews from multiple locations. Just to give you a bit of info, I work for a company that has three major brands with over 500 stores across the country. We have multiple listings and our senior stakeholders are wanting to get their hands on what our customers are saying about our brand and particularly see who are top performing stores are (and who are NOT are top performers) in the form of star ratings and user reviews.
Now to get those sorts of insights is pretty easy to do for one location, but for multiple? It seems Google doesn't have that feature on hand.
According to the Google Community, I would need to use Google My Business API (see thread 1) However Google Support told me that for what I am looking to do required Google Places API. So after heading over there, I found this which makes this the most possible way I can get what I need Google Places API
Now I am stuck at the part about loading libraries. Darnit, surely there is a way I can just make an API request to get what I want, no?
I am throwing myself on the mercy of you smart people (I have the basic knowledge and I am a person who learns by doing) so your assistances will be deeply appreciated.
Using Places API web service you can get up to 5 reviews when you execute a place detail request. Rating is also available in the response.
Please have a look at the documentation:
https://developers.google.com/places/web-service/details#PlaceDetailsResults
Currently, there is no way to get more than 5 reviews in Places API. You can see a feature request in the public issue tracker, however, it looks like Google didn't set a high priority on this task:
https://issuetracker.google.com/issues/35825957
If you are the owner of the place in Google My Business, you can use Google My Business API to retrieve a list of all reviews for your place:
https://developers.google.com/my-business/content/review-data
Hope it helps!

How to Get EntireWeb Partner Id

Im doing a Project to fetch the result from different search engines and extracting common results
I searched and Choose Google, Bing and EntireWeb.
I succeeded with the Google and Bing by getting the API keys from them, But I unable to Get the EntireWeb API key, they say The Partner Id is the Required parameter, I read their documentation
http://entireweb.com/search_api/implementation/
But there is no explanation about how to getting partner ID and too I mailed them before two days, but No reply From them
I found somebody in stackOverflow was using it, and asked a question about that
android connecting to json/xml api
So I know, anybody can access their API, but Its not possible without getting partner ID
Finally the Question is How to Get the Key from EntireWeb
According to http://www.entireweb.com/services/ the Search API is not available anymore. Also, the Search API Documentation is not found.