<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue with the REST API and ExcelWorkbooks in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Issue-with-the-REST-API-and-ExcelWorkbooks/m-p/547466#M8543</link>
    <description>&lt;P&gt;I am trying to use the REST API to access an Excel Workbook I have uploaded to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I just query the item using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://MYSERVER.INT.COM/reports/api/v2.0/ExcelWorkbooks(path='/BusinessReporting/Test/TestFile.xlsx')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get back the following JSON:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; {
  "@odata.context":"https://MYSERVER.INT.COM/reports/api/v2.0/$metadata#ExcelWorkbooks/$entity","Id":"ecda6463-3fc4-4329-a56e-b5befcb0dce1","Name":"TestFile.xlsx","Description":null,"Path":"/BusinessReporting/Test/TestFile.xlsx","Type":"ExcelWorkbook","Hidden":false,"Size":9913,"ModifiedBy":"XXXXXX\\MackinBW","ModifiedDate":"2018-10-19T14:11:42.333-07:00","CreatedBy":"XXXXXX\\MackinBW","CreatedDate":"2018-10-19T14:11:06.3-07:00","ParentFolderId":"66dd88d9-5c1c-4203-9492-4de8b6934920","IsFavorite":false,"Roles":[
   
  ],"ContentType":null,"Content":""
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, it says the&amp;nbsp;ContentType is null, and the Content is also null. If I try and access the content with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://MYSERVER.INT.COM/reports/api/v2.0/ExcelWorkbooks(path='/BusinessReporting/Test/TestFile.xlsx')/Content/$value&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a 404 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding of the APIs is that I&amp;nbsp;should get back the contents of the Excel workbook. Is that not correct?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2018 21:53:49 GMT</pubDate>
    <dc:creator>BenMackin</dc:creator>
    <dc:date>2018-10-19T21:53:49Z</dc:date>
    <item>
      <title>Issue with the REST API and ExcelWorkbooks</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issue-with-the-REST-API-and-ExcelWorkbooks/m-p/547466#M8543</link>
      <description>&lt;P&gt;I am trying to use the REST API to access an Excel Workbook I have uploaded to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I just query the item using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://MYSERVER.INT.COM/reports/api/v2.0/ExcelWorkbooks(path='/BusinessReporting/Test/TestFile.xlsx')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get back the following JSON:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; {
  "@odata.context":"https://MYSERVER.INT.COM/reports/api/v2.0/$metadata#ExcelWorkbooks/$entity","Id":"ecda6463-3fc4-4329-a56e-b5befcb0dce1","Name":"TestFile.xlsx","Description":null,"Path":"/BusinessReporting/Test/TestFile.xlsx","Type":"ExcelWorkbook","Hidden":false,"Size":9913,"ModifiedBy":"XXXXXX\\MackinBW","ModifiedDate":"2018-10-19T14:11:42.333-07:00","CreatedBy":"XXXXXX\\MackinBW","CreatedDate":"2018-10-19T14:11:06.3-07:00","ParentFolderId":"66dd88d9-5c1c-4203-9492-4de8b6934920","IsFavorite":false,"Roles":[
   
  ],"ContentType":null,"Content":""
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, it says the&amp;nbsp;ContentType is null, and the Content is also null. If I try and access the content with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://MYSERVER.INT.COM/reports/api/v2.0/ExcelWorkbooks(path='/BusinessReporting/Test/TestFile.xlsx')/Content/$value&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a 404 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding of the APIs is that I&amp;nbsp;should get back the contents of the Excel workbook. Is that not correct?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 21:53:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issue-with-the-REST-API-and-ExcelWorkbooks/m-p/547466#M8543</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-10-19T21:53:49Z</dc:date>
    </item>
  </channel>
</rss>

