Question from a user:
I am trying to access and read a specific Property Set from bSDD. However, I am encountering some difficulties.
I am specifically interested in the following Property Set:
Code: EC004822
Identifier (URI): https://identifier.buildingsmart.org/uri/etim/etim/10.0/class/EC004822
Name: Medium voltage secondary switchgear
I am developing my solution in Python and need to extract the 21 associated properties, but I am unsure how to implement this.
Also when attempting to search for this specific class using the Swagger API Test Tool, it returns an empty list for ClassProperties.
Could you please provide guidance on:
- Whether it is possible to query these attributes using Python
- If so, what would be the recommended approach
- Any potential solutions to the empty list issue I’m experiencing in the Swagger API Test Tool
I would greatly appreciate any assistance or direction you could provide on this matter.
Thank you for your time and consideration.