MedialibGetStats Interface Reference

get statistics about the media library More...


Detailed Description

get statistics about the media library

Path: /medialib/getstats

Returns:
An xml documnt in the specified format with the statistics results

Examples:

	http://localhost:<port>/medialib/getstats

	<response status="success">
		<resultset>
			<result type="object.item.videoItem.videoBroadcast" count="529">
			<result type="object.item.audioItem.musicTrack" count="1367">
			<result type="object.item.videoItem" count="97">
			<result type="object.item.imageItem.photo" count="176">
		</resultset>
	</response>