CMDBuild Forum

Possibility to find card changes with Webservice API

Hello!

Thanks for great product!

I would like to develop a small auxiliary application, which goal is:

1. to find and fetch changes in cards (periodically);

2. to deliver them for further processing.

Is there a simple way to find changes in cards? I would like to make a query for "CardList" with filter by "beginDate", but this attribute is system and not available. Therefore the single way I know to reach my goal is to fetch ALL cards and then filter them in loop. It seems to be a little bit slowly when number of cards is significant.

 

Thanks you!

Dear Eugeny,
 
at the moment there is no way for doing so using SOAP methods, the best way for doing so is to perform an SQL query for getting all changed/modified cards after a specific date/time. 
 
Best regards.
 
-- CMDBuild Team
 
Previously Eugeny wrote:

Hello!

Thanks for great product!

I would like to develop a small auxiliary application, which goal is:

1. to find and fetch changes in cards (periodically);

2. to deliver them for further processing.

Is there a simple way to find changes in cards? I would like to make a query for "CardList" with filter by "beginDate", but this attribute is system and not available. Therefore the single way I know to reach my goal is to fetch ALL cards and then filter them in loop. It seems to be a little bit slowly when number of cards is significant.

 

Thanks you!