Private dictionaries
What is a private dictionary in bSDD?
A private dictionary can only be accessed by designated users. To see the content, they need to be logged in and have permission from the dictionary owner.
Private dictionaries are a paid feature of bSDD, priced individually. If you are interested in this feature, please contact CONTACT FORM.
How to make a dictionary private?
Organization users with upload rights can make a dictionary Private by adding a line to their JSON files: IsPrivate: true,
in the first upload of a dictionary. Subsequent uploads cannot change this setting.
Another option to make a dictionary private (or public again) is by manually changing the setting via the bSDD Management site:
→ “Dictionaries” → ‘Make dictionary private’ button for the desired dictionary. Such a dictionary needs to be uploaded as public first.
Who can access my private dictionary?
- people (e-mail addresses) listed as an “organization user” (no matter what rights, being in the list of organization users is enough to be able to access all private dictionaries of that organization).
- access can be granted per dictionary (so not per dictionary version): either provide e-mail for giving access to one person or supply a hostname (e.g. “buildingsmart.org”), and all people with e-mails of that host can access the dictionary.
How can I access a private data dictionary?
You can only access private dictionary data when you’re logged in as a user that is allowed to access it, and the application you are using supports it.
For example, to access the content via the Swagger page (Production: https://app.swaggerhub.com/apis-docs/buildingSMART/Dictionaries/v1 / Test: https://test.bsdd.buildingsmart.org/swagger), you should authorise and use the secured API’s. Accessing the data via the unsecured APIs is possible, but Swagger does not support that (for those unsecured APIs, swagger does not send your ‘token’, so the server does not know who you are).
Currently, you cannot access private data via the search website (Production: https://search.bsdd.buildingsmart.org/ / Test: https://search-test.bsdd.buildingsmart.org).
Imported from MarkDown source file