How can get only updated order through API?

Is there any way, where I can get only the updated order. Example,
2 days ago, I have got 10 orders. Today I have updated 3 orders (Like change status or similar). So, my question is shall I get this 3 updated order only through the API.

Thanks

Hi @Krishna_Paul, you should be able to use DataService.query and search on the LastUpdated column on the Job table.