Hello,
I am trying to get the resource descriptor of a file using following link, However, it gives the actual file contents.
HTTP Method: GET
However, for a report unit, the same command gets the resource descriptor
HTTP Method: GET
Output:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <reportUnit> <creationDate>2019-02-27T18:21:24</creationDate> <description></description> <label>UploadingReport</label> <permissionMask>1</permissionMask> <updateDate>2019-02-27T19:41:09</updateDate> <uri>/reports/UploadingReport</uri> <version>5</version> <alwaysPromptControls>false</alwaysPromptControls> <controlsLayout>popupScreen</controlsLayout> <inputControlRenderingView></inputControlRenderingView> <jrxmlFileReference> <uri>/reports/JRXML1</uri> </jrxmlFileReference> <reportRenderingView></reportRenderingView> </reportUnit>
What is the correct command to get the details of a File resource in terms of a resource descriptor?
Regards,
Jatin