Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello, I don't know if there already is some service somewhere, that's why I'm asking.
I would like to see something like GetStreamEntriesWithData service but I want to put, as input, my starting and ending dates instead of seeing only the last ones.
Is there anything like this or do I have to make it by my own?
Fabio, 'Get' services would just retrieve data (with max number of items specified). You can use a 'Query' service instead; something like 'QueryStreamEntriesWithData' that requires a start and end date.