At the moment I use the following statement to retrieve activities with a certain type:
curl -u '{email}:{key}' -X GET -H 'Content-Type: application/xml' -d '<request><last>created</last><types>3, 4, 14, 32, 73</types><start>2010-01-01T00:00:00+00:00</start><end>2010-08-12T00:00:00+00:00</end></request>' https://secure.solve360.com/report/activities
Now my question is, whether the filters on the fields <last>, <start> and <end> are compulsory? Because without the filters the request does not work, and I don’t want to use the filters on the fields <start> and <end>.
Does anyone have an idea?
