Zum Hauptinhalt gehen

Export project and import project via API

Kommentare

2 Kommentare

  • Zendesk API User
    Author: felix_reinhold - 8/23/2019 12:18

    HI Kevin,

    importing Projects is possible.

    For example you can use the AdminService to get the ProjectStorage - it contians a method

    uploadExportFile(String fileName, InputStream fileData)

    to upload a zip to the server and receive an ExportFile Object and a method

    startImport(ImportParameters importParameters)

    to start the import.

    To do this from an external web-app the access-api has to be part of your license (license.ACCESS_API=1)

    Best regards

    Felix

    0
  • Zendesk API User
    Author: kschork - 8/30/2019 11:51

    Ah I missed that.

    Thank you very much Felix.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.