Content
View differences
Updated by Eric Schubert over 4 years ago
### TODO
* current API implementation doesn't match BCF API specs (see [https://github.com/buildingSMART/BCF-API/tree/v2.1#453-get-viewpoint-service)](https://github.com/buildingSMART/BCF-API/tree/v2.1#453-get-viewpoint-service))
* snapshot data components and visibility are bundled to viewpoint get, even if API specs do not say that
* fix all endpoints in route `GET /bcf/{version}/projects/{guid}/topics/{guid}/viewpoints/{guid}...`
#### List of issues
* GET /viewpoints returns snapshot base64 data and components
* GET /viewpoint/{guid} returns snapshot base64 data and components
* current API implementation doesn't match BCF API specs (see [https://github.com/buildingSMART/BCF-API/tree/v2.1#453-get-viewpoint-service)](https://github.com/buildingSMART/BCF-API/tree/v2.1#453-get-viewpoint-service))
* snapshot data components and visibility are bundled to viewpoint get, even if API specs do not say that
* fix all endpoints in route `GET /bcf/{version}/projects/{guid}/topics/{guid}/viewpoints/{guid}...`
#### List of issues
* GET /viewpoints returns snapshot base64 data and components
* GET /viewpoint/{guid} returns snapshot base64 data and components