List report versions
Returns a list of report versions for a given report.
Syntax
sid/repository_id/rid/report_id?ps=ps&si=si
Parameters
- repository_id
- The storeID of the data source connection for the repository.
- report_id
- The storeID of the report.
- ps
- The number of results to include per page of output. Optional. Default: 15.
- si
- The starting index in a collection when paging through results. Optional. Default: 0.
Sample request (Dispatcher Service)
GET http://localhost:9300/p2pd/servlet/dispatch/ext/repository/sid
/iC13077127FA04E0EB79289714F3117F4/rid/iA93243798ABF4F27A26B3C303AFD53C8?ps=2
Sample response
HTTP/1.1 200 Ok
Date: Tue, 28 Mar 2012 12:00:00 GMT
Transfer-Encoding: chunked
Content-Type: application/atom+xml;type=feed;charset="utf-8"
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>tag:ibm.com,2012:iA93243798ABF4F27A26B3C303AFD53C8</id>
<title type="text">iA93243798ABF4F27A26B3C303AFD53C8</title>
<author>
<name>NONE</name>
</author>
<updated>2012-04-02T20:36:54.379Z</updated>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8?ps=2&si=0" rel="self"
type="application/atom+xml">
</link>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8?ps=2&si=0" rel="first"
type="application/atom+xml"> </link>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8?ps=2&si=2" rel="next"
type="application/atom+xml">
</link>
<entry>
<title type="text">iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22:37:51.602Z</title>
<id>tag:ibm.com,2012:iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22%3A37%3A51.602Z</id>
<updated>2012-03-21T22:37:51.602Z</updated>
<summary type="text">2012-03-21T22:37:51.602Z</summary>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z"
rel="alternate" type="application/atom+xml">
</link>
<content type="application/atom+xml"
src="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid/iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22:37:51.602Z">
</content>
</entry>
<entry>
<title type="text">
iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:32:27.281Z
</title>
<id>tag:ibm.com,2012:iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22%3A32%3A27.281Z</id>
<updated>2012-03-21T22:32:27.281Z</updated>
<summary type="text">2012-03-21T22:32:27.281Z</summary>
<link href="http://localhost:9300/p2pd/servlet/dispatch
/ext/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:32:27.281Z"
rel="alternate" type="application/atom+xml">
</link>
<content type="application/atom+xml"
src="http://localhost:9300/p2pd/servlet/dispatch/ext/repository
/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid/iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22:32:27.281Z"> </content>
</entry>
</feed>