generate sheetid REST API to create workbook

Comments

1 comment

  • Official comment
    Saurabh Agashe

    Yes, the sheetID is a required field for the REST API to work successfully. Although the name includes "Id" in the title, it is not required to be unique. So if you are using an existing workbook as a template, you may use the sheetId values that were exported.

    With respect to an export job, the sheetId is a component of the configuration. In addition to the sheetId, the Workbook uuid is part of the export job configuration as well. So the referenced sheetId is only within the scope of the uuid.

    In anticipation of a potential follow up question, the Workbook uuid is uniquely generated each time a new workbook is created. Even if an uuid is passed in via REST, an unique uuid will be created for that Workbook when it is saved.

    Comment actions Permalink

Please sign in to leave a comment.