The following parameters can be used with the GET method:
▪ view
Use the view parameter to specify the view ID for retrieving the attributes that are in the view.
Type: Integer
▪ filter
The filter parameter must be used with the view parameter. Use the filter parameter to pass the filter ID for retrieving attributes based on the filter criteria.
Type: Integer
For example, view=14&filter=1.
▪ metadata
Set the metadata parameter to schema to retrieve the schema of the XML document for the element.
For example, metadata=schema.
▪ fields
Use the fields parameter to pass an XPath expression to retrieve specific set of attributes.
Type: String
For example, fields=attributes/(ID|Title|Owner).
▪ includeHistoryOfAttribute, start, end
Set the includeHistoryOfAttribute parameter to true and specify the start and end date parameters to retrieve the history of the attributes. The following formats are supported for the date parameters.
Set the genericTimeGrid parameter to true to retrieve the time grid attribute sheets in a generic format. This can be used for reporting by using Rational Insight.
Note The user can also supply generictimegrid as a parameter.
Type: Boolean
▪ optimize
Set the optimize parameter to true to optimize the content. If the optimize parameter is set to true, the response does not include rich text and formula information of the attributes. Also alternate URLs to the element are not provided in the response.
Type: Boolean
▪ includeLinkTable
Set the includeLinkTable parameter to true to include attributes from the link targets in the response. The view should have a link table defined for the Link or LinkList attributes. All visible attributes that are shown in the link table set up will be part of the Link or LinkList attribute response.