searchRequestParameters

The searchRequestParameters object contains following properites:

Fields

Name Type Description
aggregateMethod AggregateMethodType [D|W|M|Q|Y]
datefrom date date from [yyyy-mm-dd]
dateto date date to [yyyy-mm-dd]
languageid LanguageType Language [en|sv]
min boolean Indicates whether the result should include minimum values(true) or not (false)
avg boolean Indicates whether the result should include average values(true) or not (false)
max boolean Indicates whether the result should include maximum values(true) or not (false)
ultimo boolean Indicates whether the result should include ultimo values(true) or not (false)
Only available for monthly aggregates
searchGroupSeries SearchGroupSeries[]

Example data


<searchRequestParameters>
	<aggregateMethod>W</aggregateMethod>
	<datefrom>2011-01-01</datefrom>
	<dateto>2011-03-01</dateto>
	<languageid>en</languageid>
	<min>false</min>
	<avg>true</avg>
	<max>true</max>
	<ultimo>false</ultimo>
	<!--1 or more repetitions:-->
	<searchGroupSeries>
		<groupid>6</groupid>
		<seriesid>SETB1MBENCHC</seriesid>
	</searchGroupSeries>
</searchRequestParameters>