I want to access all objects contained in a model, which was translated from a IFC file. I use the API endpoint :urn/metadata/:guid/properties with optional parameter forceget set to "true". The result in json format is 17 MB in sum, so below the limit of 20 MB. The problem is, that all objects of type IFCSPACE are missing in the response. Next I used the :urn/manifest/:derivativeurn endpoint to download the properties.db SQlite database which was generated by the file translation job and I am wondering, why this database contains the missing room objects. In detail my endpoint is https://developer.api.autodesk.com/modelderivative/v2/designdata/:urn/metadata/:guid/properties?forceget=true
I saw in another post, that room information got lost from some objects. But here the problem is different as complete objects are missing in the response.
Do you have any hints?