I have been working with the ARIS REST API to keep our ARIS databases up to date with some external information. I am now pulling some data out of ARIS and one of the things I'm doing is dumping our models into a tabular format. Part of the request is to get all the attributes of the connection objects, but I see no way via the REST API to retrieve the Connection Definition Object ID... I can only get some information about the connection occurence on a model using the API endpoint to retrieve a model by ID with content, but there's no guid pointing me back to the Connection Definition Object.
Can anyone show me how to maybe use the generic query endpoints to get this information or point out another endpoint/parameters that I am missing?
Thank you