List all operations

listImportOperations(environment, xAuthToken)
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string
    • xAuthToken: string

    Returns AxiosPromise