You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the specified file container object in a format dependent upon the given parameters or HTTP Accept request header
186
+
*
187
+
* @param {number} containerId - The requested container Id
188
+
* @param {string} scope - A guid representing the scope of the container. This is often the project id.
189
+
* @param {string} itemPath - The path to the item of interest
190
+
* @param {boolean} metadata - If true, this overrides any specified format parameter or HTTP Accept request header to provide non-recursive information for the given itemPath
191
+
* @param {string} format - If specified, this overrides the HTTP Accept request header to return either 'json' or 'zip'. If $format is specified, then api-version should also be specified as a query parameter.
192
+
* @param {string} downloadFileName - If specified and returning other than JSON format, then this download name will be used (else defaults to itemPath)
191
193
* @param {boolean} includeDownloadTickets
192
-
* @param {boolean} isShallow
193
-
* @param {boolean} ignoreRequestedMediaType
194
+
* @param {boolean} isShallow - If true, returns only immediate children(files & folders) for the given itemPath. False will return all items recursively within itemPath.
195
+
* @param {boolean} ignoreRequestedMediaType - Set to true to ignore the HTTP Accept request header. Default is false.
194
196
* @param {boolean} includeBlobMetadata
195
-
* @param {boolean} saveAbsolutePath
196
-
* @param {boolean} preferRedirect
197
+
* @param {boolean} saveAbsolutePath - Set to false to not save the absolute path to the specified directory of the artifact in the returned archive. Works only for artifact directories. Default is true.
198
+
* @param {boolean} preferRedirect - Set to true to get the redirect response which leads to the stream with content. Default is false.
* Rest end point to validate if an Azure publisher owns an extension for 3rd party commerce scenario. Azure only supports POST operations and the above signature is not typical of the REST operations. http://sharepoint/sites/AzureUX/_layouts/15/WopiFrame2.aspx?sourcedoc={A793D31E-6DC6-4174-8FA3-DE3F82B51642}&file=Data%20Market%20Partner%20integration%20with%20Marketplace%20service.docx&action=default
2164
+
*
2165
+
* @param {GalleryInterfaces.AzureRestApiRequestModel} azureRestApiRequestModel - All the parameters are sent in the request body
0 commit comments