IBM® Rational® Project Conductor exposes
some reportable REST URLs that consists of certain project resources
and parameters. IBM Rational Insight uses
the REST URLs to fetch data from Rational Project
Conductor and
display it in reports.
The project resources are exposed in the XML format. To view a
project resource, make sure the Jazz Team Server is started, and run
the following query in a supported Web browser:
https://hostname:port/jazz/epm/query/?type=resorucetype&execute=true&extended=true&headers=false&modifiedsince=YYYY-MM-DDTHH:MM:SS
2B0500
Parameters
- type
- Specifies a resource type exposed by Rational Project Conductor.
This parameter is mandatory. The list of project resources that are
exposed by Rational Project Conductor is mentioned below:
- program
- projects
- iteration
- workitems
- user
- profile
- calendars
- exceptions
- projectAssignment
- taskAssignment
- criticalPath
- baseline
- chargecodes
- timecodes
- timesheets
- budgets
- risk
- riskaction
- riskcategory
- riskdetails
- riskstrategy
- rates
- competencies
- skills
- staticpools
- staticpooltypes
- execute
- Specifies whether to run a query. The parameter contains a boolean
value and is mandatory.
- extended
- Specifies whether to include additional properties of the resource.
The parameter contains a boolean value.
- headers
- Specifies whether to include the header section. The parameter
contains a boolean value.
- modifiedsince
- Specifies the records that have to be fetched after a particular
date. The parameter contains a timestamp that consist of date, time,
and time zone. For example, 2009-10-31T00:00:00.000 2B0800.
Pagination
You can enable and configure
pagination to view certain number of results on each page. You must
have administrative right to configure pagination.
To enable
and configure pagination
- In Rational Project
Conductor administration
view, click .
- To enable pagination, in the EPM Root Component section, for Paged
Queries Enabled, select true from
the list.
- In the Paged Queries Page Length, enter
a number between 20 and 30. This is the number of results that are displayed in a page.