Actuate Information Delivery API operations : GetPageNumber
 
GetPageNumber
Retrieves the page number of a bookmark component in a report.
Request schema
<xsd:complexType name="GetPageNumber">
<xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
<xsd:element name="Component"
type="typens:ArrayOfNameValuePair"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The object from which to retrieve the page number.
Component
The name, display name, or ID, and the value of the component from which to retrieve the page number. The page number is a bookmark value in a report.
Response schema
<xsd:complexType name="GetPageNumberResponse">
<xsd:sequence>
<xsd:element name="PageNumber" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Response elements
PageNumber
The component element specifies ArrayOfNameValuePair as the data type. If multiple valid bookmarks are present inside a report, a response only returns the page number for first bookmark. Actuate IDAPI does not support getting the page number for multiple components. If you specify multiple components, the response only returns the page number for the first component.