Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

API Service

API service will provide two endpoints: 

  • /editor

    • Parameter auth: API key associated with the partner

    • Parameter userId: partner defined user id

    • Parameter fileUrl: URl to the file to open. Read only access

    • Parameter file: Identifier of designated file in backend system

    • Parameter locale: Set the user interface language

    • Parameter access: Set the editing or view UI  (edit or view)

      • Note: access=view blocks storing any changes the user makes back to the storage. access=edit will automatically store changes on fixed intervals and on session close.

    • Parameter mobile: Load a mobile friendly UI (false or true)

    • Parameter debug: Provide debugging output and features (false or true)

    • Parameter workspace

  • No labels