This request allows you to download a package from the site backup location. Packages are created when you run the following requests:
This request requires a Base 64-encoded package name . For details of how to encode
the package name, see Perform Base 64 encoding for packages.
Use the GET method to download a package with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v4
-
Resource path: /Sites('<Site Name>')/Packages('<Base 64 Package Name>')/Com.Ingr.Sem.v2.Package/$value
-
Resource path strings are case-sensitive.
-
To download the package from Postman, click the arrow beside Send and choose Send and Download:
Sample URI
GET
https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v4/Sites('WebAPISite01')/Packages('V2ViQVBJU2l0ZTAxX1JlZkRhdGE=')Com.Ingr.Sem.v2.Package/$value
On completion of the download, a navigation window opens. To save the package, do the following:
-
Choose a destination folder.
-
Accept the package file name or enter a different file name and add the extension .zip, for example:
-
Click Save.