2.2.4.59 RestPublishedObjectsRequest

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

When passed as the request parameter of the ProcessRestRequest input (section 3.1.4.56.2.1), indicates retrieving a list of published objects.

 <xs:complexType name="RestPublishedObjectsRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:RestRequest">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="Options" type="tns:GetPublishedObjectsOptions"/>
         <xs:element minOccurs="1" maxOccurs="1" name="IncludeSheets" type="xs:boolean"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Options: The GetPublishedObjectsOptions that will be passed as the options field of the GetPublishedObjects input (section 3.1.4.20.2.1).

IncludeSheets:  Specifies in the request whether to include sheets (1) in the workbook. MUST be true.