Proposal for a new bSDD API

Class API
Method: GET
/api/Class/RelatedIFC/v1

API Description
By setting the dictionary’s URI and the value of Related IFC entities to arguments, a list of classes with a specific IFC Entity can be obtained.

Parameters
Dictionary Uri:
IFC Entity:

API benefit
This API provides more opportunities for easier coordination between bSDD classes and IFC classes.
The benefits of bSDD as linked data can be maximized.
There is nothing in the bSDD API that takes IFC entities or properties as arguments as the grand source dictionary, or should I say the IFC API.

Definitely, I see your point. I think it would best be solved by adding an optional parameter “RelatedIfcEntity” on existing API:
GET /api/Dictionary/v1/Classes
I’m adding to our backlog.

1 Like

Until then, you can use the Search filter:

GET /api/Class/Search/v1

1 Like

Thank you!
I have other development ideas for APIs and will share more information.