List report version outputs
Returns a list of report outputs for a given report version in a repository.
The response can contain the format
, locale
,
and bustKey
properties for an output. See the output
class
for a description of these properties.
Syntax
sid/repository_id/rid/report_id/vid/version_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.
- version_id
- The ID of the report version.
- 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/vid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z
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
_2012-03-21T22%3A37%3A51.602Z</id>
<title type="text">iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22:37:51.602Z</title>
<author>
<name>NONE</name>
</author>
<updated>2012-04-02T20:40:15.999Z</updated>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z"
rel="self" type="application/atom+xml">
</link>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/vid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z"
rel="first" type="application/atom+xml">
</link>
<entry>
<id>tag:ibm.com,2012:iA93243798ABF4F27A26B3C303AFD53C8
_2012-03-21T22%3A37%3A51.602Z_iA63CD3C8C0DA4BE989F4C311CA7426D6_en-us</id>
<title type="text">PDF</title>
<updated>2012-03-21T22:37:51.602Z</updated>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext
/repository/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/oid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z
_iA63CD3C8C0DA4BE989F4C311CA7426D6_en-us/content"
rel="alternate" type="application/pdf">
</link>
<content type="application/pdf"
src="http://localhost:9300/p2pd/servlet/dispatch/ext/repository
/sid/iC13077127FA04E0EB79289714F3117F4/rid
/iA93243798ABF4F27A26B3C303AFD53C8/oid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z
_iA63CD3C8C0DA4BE989F4C311CA7426D6_en-us/content">
</content>
<format xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text">PDF</format>
<locale xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text">en-us</locale>
<burstKey xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text"></burstKey>
</entry>
<entry>
<id>tag:ibm.com,2012:iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22%3A37%3A51
.602Z_iBA59E68C2BA84A71902AA4D88BB6E640_en-us</id>
<title type="text">HTML</title>
<updated>2012-03-21T22:37:51.602Z</updated>
<link href="http://localhost:9300/p2pd/servlet/dispatch/ext/repository/sid
/iC13077127FA04E0EB79289714F3117F4/rid/iA93243798ABF4F27A26B3C303AFD53C8/oid
/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z
_iBA59E68C2BA84A71902AA4D88BB6E640_en-us/content" rel="alternate"
type="text/html; charset=utf-8">
</link>
<content type="text/html; charset=utf-8"
src="http://localhost:9300/p2pd/servlet/dispatch/ext/repository/sid
/iC13077127FA04E0EB79289714F3117F4/rid/iA93243798ABF4F27A26B3C303AFD53C8
/oid/iA93243798ABF4F27A26B3C303AFD53C8_2012-03-21T22:37:51.602Z
_iBA59E68C2BA84A71902AA4D88BB6E640_en-us/content">
</content>
<format xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text">HTML</format>
<locale xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text">en-us</locale>
<burstKey xmlns="http://www.ibm.com/xmlns/prod/cognos/repositoryServiceAtom
/201204" type="text"></burstKey>
</entry>
</feed>