Get Script Files and Folder

HTTPS Method

GET

URI

https://<server>/adminapi/script/{FilePath/FolderPath}

Note
FilePath is the fully qualified name of the file. FolderPath is the fully qualified name of the folder.

Example URI

https://uccx-server/adminapi/script/FolderPath/

https://uccx-server/adminapi/script/FilePath/

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

401, 405, 500

Error Codes

Success Response

<Files>
 <Script>
  <Folder>
   <path>/FolderName//</path>
    <FolderName>SUBFolderName</FolderName>
     <Details><size>0 KB</size><dateModified>03/21/2013 03:48:01 PM India 
     Standard Time</dateModified><modifiedBy>Administrator</modifiedBy></Details>
  </Folder>
 </Script>
</Files>