BIMserver icon indicating copy to clipboard operation
BIMserver copied to clipboard

Additional Informatoin on Query Language - Examples

Open DnOberon opened this issue 5 years ago • 5 comments

Is there any additional information on the query language, the JSON interface in particular, apart from the couple of examples? Are there any guides, tutorials, or in-depth documentation of how to use it and query structure?

DnOberon avatar Sep 10 '19 18:09 DnOberon

I recommend using the "Console" application, accessible on your instance of BIMserver (YourBimServerAddress/apps/console/), it lists all the available methods, the structure and parameters they expect, and the structure of their response. (A lot of them aren't really documented, though)

TitouanGisle avatar Sep 11 '19 09:09 TitouanGisle

Thanks John Darrington (208) 206-8341

On Wed, Sep 11, 2019 at 3:23 AM Titouan Gisle [email protected] wrote:

I recommend using the "Console" application, accessible on your instance of BIMserver (YourBimServerAddress/apps/console/), it lists all the available methods, the structure and parameters they expect, and the structure of their response.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opensourceBIM/BIMserver/issues/1035?email_source=notifications&email_token=AAFS4N7Y7SRLBYUFZIZ3RP3QJC2IFA5CNFSM4IVLKG42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6N3JPI#issuecomment-530298045, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFS4NYEVMXXERN2UMGFNKDQJC2IFANCNFSM4IVLKG4Q .

DnOberon avatar Sep 11 '19 19:09 DnOberon

Dear TitouanGisle, apologize for my lack of knowledge but how do I access the "Console" which you refereed? I am searching for the same information on how to use the JSON query in BIMserver (version 1.5.162) and how does JSON maps the IFC structure (entities, properties, etc.).

Dear @DnOberon did you find it?

Many thanks in advance.

I recommend using the "Console" application, accessible on your instance of BIMserver (YourBimServerAddress/apps/console/), it lists all the available methods, the structure and parameters they expect, and the structure of their response. (A lot of them aren't really documented, though)

LeoAcquarone avatar Nov 15 '19 12:11 LeoAcquarone

Sorry for the stupid question, I found the console.

However the methods and structures detailed are mostly for interface, plugin and service administration. What I was looking for is any documentation on how to use JSON queries and how does the BIMserver JSON maps the IFC structure (built in EXPRESS language). The builtin JSON queries do provide some very basic ideas but they are very few, limited and just analyzing them I can't deduce how it does the IFC mapping.

Regards,

Dear TitouanGisle, apologize for my lack of knowledge but how do I access the "Console" which you refereed? I am searching for the same information on how to use the JSON query in BIMserver (version 1.5.162) and how does JSON maps the IFC structure (entities, properties, etc.).

Dear @DnOberon did you find it?

Many thanks in advance.

I recommend using the "Console" application, accessible on your instance of BIMserver (YourBimServerAddress/apps/console/), it lists all the available methods, the structure and parameters they expect, and the structure of their response. (A lot of them aren't really documented, though)

LeoAcquarone avatar Nov 15 '19 12:11 LeoAcquarone

I don't know if there is an official documentation for the JSON query language (other than the BIMvie.ws examples), but the anwser to issue #687 was particularry helpful for me to better understand how it works.

GiacomoManzoli avatar Nov 22 '19 23:11 GiacomoManzoli