Project Favorites
Retrieves a list of favorite projects for the logged in user. The user is determined by the authentication token.
This API is being deprecated
This API is being superseded by the iTwins API and the Access Control API. Please consider transitioning your software to the iTwins API.
With any questions, please first consult the iTwins API FAQ. If your question isn't answered there, please use our Community Support Channels to contact our developers.
Authentication
Requires Authorization
header with valid Bearer token for scope projects:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.
Response
By default, each project in the returned list of projects will have only the project id, display name and project number.
A full representation of each project can be returned by specifying the prefer header that includes a value of return=representation.