POST /v1.0/myorg/groups/{groupId}/imports

Post Import In Group

Creates new content on the specified workspace from .pbix, .json, Excel, Rdl, or file path in OneDrive for Business.

Required scope: Dataset.ReadWrite.All
To set the permissions scope, see Register an app.

Notes

Servers

Path parameters

Name Type Required Description
groupId String Yes

Query parameters

Name Type Required Description
datasetDisplayName String No

string The display name of the dataset should include file extension. Not supported when importing from OneDrive for Business. For importing or creating dataflows, this parameter should be hardcoded to model.json.

skipReport String No

boolean (Optional) Determines whether to skip report import, if specified value must be 'true'. Only supported for PBIX files.

nameConflict String No

ImportConflictHandlerMode (Optional) Determines what to do if a dataset with the same name already exists. Default value is 'Ignore'.Only Abort and Overwrite are supported with Rdl files.Only Abort and GenerateUniqueName are supported with dataflow model.json files.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.