CMDBuild Forum

rest ws _ classId parameters

Hi,

In CMDBuild rest ws wadl there is a parameter classId useful in almost all requests.

Where can i found it? is it className as I can read in Admin CMDBuild gui?

 

thanks

l

 

 

Previously l wrote:

Hi,

In CMDBuild rest ws wadl there is a parameter classId useful in almost all requests.

Where can i found it? is it className as I can read in Admin CMDBuild gui?

 

thanks

l

 

 

The classId in the path of your requests is always the name of the class in question.
 
In example, if you need to request the list of cards of a class called "Building" the request path will be:
cmdbuild/services/rest/v3/classes/Building/cards
where Building is the classId
 
CMDBuild Team