iot - Cumulocity data export -


i noticed limit of 2000 records per api call getting collections out of cumulocity. constrained these limits or there other batch api available?

you cannot more 2000 records single collection request @ moment. can specify more direct query e.g. time , grab in multiple requests if exceeds 2000 records.

example:

/measurement/measurements?datefrom={datefrom}&dateto={dateto} 

another way data continuously pushed you. can use real-time api http://cumulocity.com/guides/reference/real-time-notifications/


Comments