CMDBuild Forum

REST and Relations

Hello,

Is it possible to get all the relations with details for a specific domain with a single REST request  ?

Something like that:

server/cmdbuild/services/rest/v1/domains/MySpecificDomain/relations/all

Thanks

It's already possible in the version under development ("default" branch). You'll use tha same resource adding the "detailed" query parameter.
 
Best regards.
 
Previously Fabien wrote:

Hello,

Is it possible to get all the relations with details for a specific domain with a single REST request  ?

Something like that:

server/cmdbuild/services/rest/v1/domains/MySpecificDomain/relations/all

Thanks