Discussion Forums

Requesting Activity Reports

 
New Member
1 post

At the moment I use the following statement to retrieve activities with a certain type:

curl -'{email}:{key}' -X GET -'Content-Type: application/xml' -'<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?

Avatar
Lyncean
124 posts
mustafab - Aug 12, 2010 08:54am

At the moment I use the following statement to retrieve activities with a certain type:

curl -'{email}:{key}' -X GET -'Content-Type: application/xml' -'<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?

Hello!

Yes, those are required. You can try to set a date in the past for <start> and date in the future for <end> if you want to get activities without filtering on dates.