BiExcellence.OpenBi.Api.Organisation 0.0.45-ci.14912

This is a prerelease version of BiExcellence.OpenBi.Api.Organisation.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Organisation --version 0.0.45-ci.14912                
NuGet\Install-Package BiExcellence.OpenBi.Api.Organisation -Version 0.0.45-ci.14912                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.Organisation" Version="0.0.45-ci.14912" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BiExcellence.OpenBi.Api.Organisation --version 0.0.45-ci.14912                
#r "nuget: BiExcellence.OpenBi.Api.Organisation, 0.0.45-ci.14912"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BiExcellence.OpenBi.Api.Organisation as a Cake Addin
#addin nuget:?package=BiExcellence.OpenBi.Api.Organisation&version=0.0.45-ci.14912&prerelease

// Install BiExcellence.OpenBi.Api.Organisation as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.Organisation&version=0.0.45-ci.14912&prerelease                

BiExcellence.OpenBi.Api.Organisation

Includes APIs to get / create / delete and assign organisations in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Organisations;
var organisations = await session.GetOrganisations().SendAsync(cancellationToken);
var organisation = await session.GetOrganisationByIdAsync(id, cancellationToken);
var userOrganisations = await session.GetOrganisationsByUserAsync(username, cancellationToken);
var usergroupOrganisations = await session.GetOrganisationsByUsergroupAsync(usergroupId, cancellationToken);
var roleOrganisations = await session.GetOrganisationsByRoleAsync(roleId, cancellationToken);

var newOrganisation = new Organisation { IsActive = true, Name = "New Name" };

await session.CreateOrganisationAsync(newOrganisation, cancellationToken);

await session.AssignOrganisationToUsergroupAsync(newOrganisation.Id, usergroupId, cancellationToken);
await session.RemoveOrganisationFromUsergroupAsync(newOrganisation.Id, usergroupId, cancellationToken);

await session.AssignOrganisationToRoleAsync(newOrganisation.Id, roleId, cancellationToken);
await session.RemoveOrganisationFromRoleAsync(newOrganisation.Id, roleId, cancellationToken);

await session.DeleteOrganisationAsync(newOrganisation, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.45-ci.15039 55 9/8/2024
0.0.45-ci.15030 44 9/7/2024
0.0.45-ci.14912 66 8/23/2024
0.0.45-ci.14786 107 7/30/2024
0.0.45-ci.14671 37 7/11/2024
0.0.45-ci.14642 40 7/8/2024
0.0.45-ci.14416 57 6/2/2024
0.0.45-ci.14414 50 5/31/2024
0.0.45-ci.14377 89 5/23/2024
0.0.45-ci.14376 60 5/23/2024
0.0.45-ci.14351 64 5/21/2024
0.0.45-ci.14331 66 5/15/2024
0.0.45-ci.14124 83 4/25/2024
0.0.45-ci.14033 75 4/13/2024
0.0.45-ci.13804 77 3/20/2024
0.0.45-ci.13743 61 3/14/2024
0.0.45-ci.13689 68 3/7/2024
0.0.45-ci.13688 47 3/7/2024
0.0.45-ci.13687 55 3/7/2024
0.0.45-ci.13685 48 3/7/2024
0.0.45-ci.13684 52 3/7/2024
0.0.44-ci-13527 77 2/11/2024
0.0.44-ci-13362 94 1/13/2024
0.0.44-ci-13101 157 12/15/2023
0.0.44-ci-12837 123 11/17/2023
0.0.44-ci-12746 86 11/4/2023
0.0.44-ci-12516 136 10/2/2023
0.0.44-ci-12514 83 10/2/2023
0.0.44-ci-12371 91 9/15/2023
0.0.44-ci-12095 102 8/12/2023
0.0.44-ci-12078 90 8/10/2023
0.0.44-ci-11834 111 7/19/2023
0.0.44-ci-11274 92 4/24/2023
0.0.44-ci-10785 115 3/1/2023
0.0.44-ci-10361 155 1/6/2023
0.0.44-ci-10144 255 11/20/2022
0.0.44-ci.13683 58 3/7/2024
0.0.44-ci.13679 57 3/5/2024
0.0.43-ci-10037 112 11/1/2022
0.0.42-ci-9858 132 9/26/2022
0.0.42-ci-9833 131 9/21/2022
0.0.42-ci-9799 130 8/31/2022
0.0.42-ci-9793 168 8/26/2022
0.0.42-ci-9770 137 8/20/2022
0.0.42-ci-9766 130 8/18/2022
0.0.42-ci-9763 139 8/17/2022
0.0.42-ci-9757 137 8/16/2022
0.0.42-ci-9755 133 8/16/2022
0.0.42-ci-9750 138 8/13/2022
0.0.42-ci-9749 134 8/13/2022
0.0.42-ci-9745 154 8/11/2022
0.0.42-ci-10034 108 11/1/2022
0.0.41-ci-9718 166 8/6/2022
0.0.41-ci-9715 137 8/6/2022
0.0.41-ci-9714 132 8/6/2022
0.0.40-ci-9639 141 7/23/2022
0.0.40-ci-9635 151 7/22/2022
0.0.40-ci-9613 159 7/17/2022
0.0.40-ci-9560 169 7/10/2022
0.0.30-ci-9543 141 7/4/2022
0.0.30-ci-9502 150 6/23/2022
0.0.29-ci-9501 135 6/23/2022
0.0.29-ci-9471 148 6/14/2022
0.0.28-ci-9409 142 5/25/2022
0.0.28-ci-9063 358 2/6/2022
0.0.28-ci-9062 149 2/6/2022
0.0.28-ci-8937 174 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 174 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 152 12/25/2021
0.0.27-ci-cc5208f2acb657039... 241 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 186 10/21/2021
0.0.27-ci-8629 182 8/29/2021
0.0.27-ci-8602 217 8/10/2021
0.0.27-ci-8598 170 8/9/2021
0.0.27-ci-8594 171 8/9/2021
0.0.27-ci-8574 197 8/2/2021
0.0.27-ci-8573 200 7/30/2021
0.0.27-ci-8568 197 7/29/2021
0.0.27-ci-8567 202 7/28/2021
0.0.27-ci-8566 198 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 195 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 211 10/16/2021
0.0.26-ci-8544 232 7/16/2021
0.0.26-ci-8529 188 7/8/2021
0.0.26-ci-8527 190 7/8/2021
0.0.26-ci-8513 197 6/25/2021
0.0.25-ci-8510 190 6/25/2021
0.0.25-ci-8499 197 6/24/2021
0.0.25-ci-8492 245 6/22/2021
0.0.24-ci-8477 187 6/15/2021
0.0.24-ci-8468 192 6/14/2021
0.0.24-ci-8467 200 6/14/2021
0.0.24-ci-8431 181 6/1/2021
0.0.24-ci-8422 188 5/27/2021
0.0.24-ci-8415 205 5/21/2021
0.0.24-ci-8414 220 5/21/2021
0.0.24-ci-8291 204 4/2/2021
0.0.24-ci-8256 234 3/19/2021
0.0.23-ci-8207 204 3/3/2021
0.0.22-ci-8196 182 2/26/2021
0.0.22-ci-8188 182 2/25/2021
0.0.22-ci-8187 193 2/25/2021
0.0.22-ci-8166 191 2/22/2021
0.0.22-ci-8120 180 2/12/2021
0.0.22-ci-8116 180 2/12/2021
0.0.22-ci-8075 180 1/29/2021
0.0.22-ci-8006 221 1/16/2021
0.0.22-ci-7989 202 1/12/2021
0.0.22-ci-7986 232 1/12/2021
0.0.22-ci-7983 251 1/11/2021
0.0.22-ci-7982 263 1/11/2021
0.0.22-ci-7981 197 1/11/2021
0.0.22-ci-7974 237 1/5/2021
0.0.22-ci-7957 230 12/29/2020
0.0.22-ci-7956 199 12/29/2020
0.0.21-ci-7949 271 12/17/2020
0.0.20-ci-7944 241 12/16/2020
0.0.20-ci-7920 219 11/26/2020
0.0.20-ci-7829 287 11/2/2020
0.0.20-ci-7668 294 9/24/2020
0.0.20-ci-7561 296 8/26/2020
0.0.20-ci-7551 295 8/24/2020
0.0.20-ci-7545 286 8/24/2020
0.0.20-ci-7530 284 8/17/2020
0.0.20-ci-7513 309 8/13/2020
0.0.20-ci-7506 302 8/12/2020
0.0.20-ci-7478 328 8/6/2020
0.0.20-ci-7398 304 7/27/2020
0.0.20-ci-7390 294 7/24/2020
0.0.19-ci-7387 278 7/23/2020
0.0.19-ci-7376 297 7/21/2020
0.0.19-ci-7367 293 7/19/2020
0.0.19-ci-7342 408 7/11/2020
0.0.18-ci-7328 315 7/9/2020
0.0.18-ci-7282 311 7/3/2020
0.0.18-ci-7281 309 7/3/2020
0.0.18-ci-7278 291 7/2/2020
0.0.18-ci-7275 312 7/1/2020
0.0.18-ci-7272 295 7/1/2020
0.0.18-ci-7271 320 7/1/2020
0.0.18-ci-7270 309 7/1/2020
0.0.18-ci-7240 361 6/24/2020
0.0.18-ci-7230 313 6/24/2020
0.0.18-ci-7229 343 6/24/2020
0.0.18-ci-7228 350 6/24/2020
0.0.18-ci-7226 306 6/23/2020
0.0.18-ci-7213 336 6/22/2020
0.0.18-ci-7207 362 6/22/2020
0.0.18-ci-7191 323 6/19/2020
0.0.18-ci-7187 314 6/19/2020
0.0.17-ci-7163 311 6/15/2020
0.0.17-ci-7156 345 6/15/2020
0.0.17-ci-7150 340 6/14/2020
0.0.17-ci-7144 316 6/11/2020
0.0.17-ci-7142 301 6/10/2020
0.0.17-ci-7140 311 6/10/2020
0.0.17-ci-7133 348 6/10/2020
0.0.17-ci-7132 291 6/10/2020
0.0.17-ci-7131 322 6/9/2020
0.0.17-ci-7128 331 6/9/2020
0.0.16-ci-7125 309 6/6/2020
0.0.16-ci-7106 332 6/2/2020
0.0.16-ci-7105 348 6/2/2020
0.0.16-ci-7103 321 5/31/2020
0.0.16-ci-7101 317 5/31/2020
0.0.16-ci-7100 343 5/31/2020
0.0.16-ci-7099 343 5/30/2020
0.0.16-ci-7098 343 5/30/2020
0.0.15-ci-7082 313 5/28/2020
0.0.15-ci-7081 316 5/28/2020
0.0.15-ci-7079 341 5/28/2020
0.0.15-ci-7075 307 5/28/2020
0.0.15-ci-7074 321 5/28/2020
0.0.14-ci-6927 340 4/18/2020
0.0.14-ci-6891 377 4/7/2020
0.0.13-ci-6888 384 4/7/2020
0.0.13-ci-6887 345 4/7/2020
0.0.13-ci-6736 360 2/26/2020
0.0.13-ci-6716 348 2/24/2020
0.0.13-ci-6693 346 2/18/2020
0.0.13-ci-6609 363 1/28/2020
0.0.13-ci-6608 366 1/28/2020
0.0.13-ci-6599 338 1/24/2020
0.0.13-ci-6597 375 1/23/2020
0.0.13-ci-6595 341 1/22/2020
0.0.13-ci-6587 391 1/17/2020
0.0.13-ci-6585 373 1/17/2020
0.0.12-ci-6582 360 1/16/2020
0.0.12-ci-6575 370 1/15/2020
0.0.12-ci-6561 370 1/13/2020
0.0.12-ci-6534 356 12/9/2019
0.0.12-ci-6506 349 11/14/2019
0.0.12-ci-6505 348 11/13/2019
0.0.12-ci-6502 358 11/12/2019
0.0.12-ci-6487 377 11/8/2019
0.0.12-ci-6481 374 11/8/2019
0.0.12-ci-6469 373 11/5/2019
0.0.12-ci-6468 372 11/5/2019
0.0.12-ci-6428 399 10/14/2019
0.0.12-ci-6384 423 9/19/2019
0.0.12-ci-6338 381 9/3/2019
0.0.12-ci-6293 406 8/22/2019
0.0.12-ci-6257 387 8/8/2019
0.0.12-ci-6215 412 7/29/2019
0.0.12-ci-6208 388 7/26/2019
0.0.12-ci-6204 393 7/26/2019
0.0.12-ci-6200 384 7/25/2019
0.0.12-ci-6188 393 7/24/2019
0.0.12-ci-6187 371 7/24/2019
0.0.11-ci-6185 386 7/24/2019
0.0.11-ci-6146 403 7/16/2019
0.0.11-ci-6131 414 7/15/2019
0.0.11-ci-6099 423 7/11/2019
0.0.11-ci-6094 435 7/10/2019
0.0.11-ci-6086 420 7/9/2019
0.0.11-ci-6071 401 7/5/2019
0.0.11-ci-6070 387 7/5/2019
0.0.11-ci-6068 394 7/5/2019
0.0.11-ci-6067 382 7/5/2019
0.0.11-ci-6062 399 7/4/2019
0.0.11-ci-6054 402 7/2/2019
0.0.11-ci-6053 394 7/2/2019
0.0.11-ci-6049 421 7/1/2019
0.0.11-ci-6045 413 6/28/2019
0.0.11-ci-6038 402 6/28/2019
0.0.11-ci-6020 425 6/14/2019
0.0.11-ci-6013 434 6/13/2019
0.0.11-ci-6011 416 6/13/2019
0.0.11-ci-6003 424 6/11/2019
0.0.11-ci-5999 434 6/5/2019
0.0.11-ci-5995 456 6/4/2019
0.0.11-ci-5992 428 6/4/2019
0.0.11-ci-5990 428 6/4/2019
0.0.11-ci-5985 426 5/31/2019
0.0.11-ci-5973 431 5/28/2019
0.0.11-ci-5972 432 5/28/2019
0.0.11-ci-5967 414 5/24/2019
0.0.11-ci-5964 426 5/23/2019
0.0.11-ci-5900 467 4/25/2019
0.0.11-ci-5821 440 4/4/2019
0.0.11-ci-5797 437 4/2/2019
0.0.11-ci-5737 437 3/22/2019
0.0.11-ci-5608 430 3/1/2019
0.0.11-ci-5595 438 2/27/2019
0.0.11-ci-5584 455 2/25/2019
0.0.11-ci-5583 438 2/25/2019
0.0.11-ci-5558 460 2/21/2019
0.0.11-ci-5549 495 2/20/2019
0.0.11-ci-5542 512 2/19/2019
0.0.11-ci-5541 494 2/19/2019
0.0.11-ci-5530 518 2/18/2019
0.0.11-ci-5523 514 2/18/2019
0.0.11-ci-5522 504 2/18/2019
0.0.11-ci-5411 491 2/1/2019
0.0.11-ci-5384 507 1/29/2019
0.0.11-ci-5373 526 1/28/2019
0.0.11-ci-5352 496 1/22/2019
0.0.11-ci-5331 567 1/16/2019
0.0.11-ci-5329 554 1/15/2019
0.0.11-ci-5276 511 12/20/2018
0.0.11-ci-5275 552 12/20/2018
0.0.11-ci-5272 527 12/18/2018
0.0.11-ci-5261 521 12/15/2018
0.0.11-ci-5260 519 12/15/2018
0.0.11-ci-5249 538 12/14/2018
0.0.11-ci-5248 529 12/14/2018
0.0.11-ci-5245 544 12/13/2018
0.0.10-ci-5242 541 12/13/2018
0.0.10-ci-5241 539 12/13/2018
0.0.10-ci-5219 567 12/6/2018
0.0.10-ci-5133 560 11/26/2018
0.0.10-ci-5094 536 11/21/2018
0.0.10-ci-5092 562 11/21/2018
0.0.10-ci-5088 559 11/21/2018
0.0.10-ci-5040 561 11/13/2018
0.0.10-ci-4979 546 10/30/2018
0.0.10-ci-4837 637 9/20/2018
0.0.10-ci-4810 618 9/12/2018
0.0.10-ci-4774 621 9/5/2018
0.0.10-ci-4771 679 9/5/2018
0.0.10-ci-4756 629 8/31/2018
0.0.10-ci-4735 623 8/30/2018
0.0.10-ci-4710 628 8/27/2018
0.0.10-ci-4690 649 8/24/2018
0.0.10-ci-4687 667 8/23/2018
0.0.10-ci-4662 674 8/20/2018
0.0.10-ci-4556 651 8/1/2018
0.0.10-ci-4554 671 8/1/2018
0.0.10-ci-4553 673 8/1/2018
0.0.10-ci-4549 651 7/31/2018
0.0.10-ci-4547 648 7/31/2018
0.0.10-ci-4543 660 7/31/2018
0.0.10-ci-4541 650 7/31/2018
0.0.10-ci-4540 647 7/31/2018
0.0.10-ci-4533 674 7/30/2018
0.0.10-ci-4522 667 7/26/2018
0.0.10-ci-4505 661 7/24/2018
0.0.10-ci-4417 761 7/7/2018
0.0.10-ci-4416 683 7/7/2018
0.0.10-ci-4362 758 6/28/2018
0.0.10-ci-4327 765 6/20/2018
0.0.10-ci-4294 664 6/13/2018
0.0.10-ci-4282 745 6/12/2018
0.0.10-ci-4262 781 6/7/2018
0.0.10-ci-4217 792 5/29/2018
0.0.10-ci-4151 788 5/11/2018
0.0.10-ci-4141 806 5/9/2018
0.0.10-ci-4027 761 4/6/2018
0.0.10-ci-4023 693 4/5/2018
0.0.10-ci-4022 773 4/5/2018
0.0.10-ci-4013 783 4/4/2018
0.0.10-ci-3976 710 3/25/2018
0.0.10-ci-3973 926 3/23/2018
0.0.10-ci-3970 945 3/23/2018
0.0.9-ci-3951 792 3/21/2018
0.0.9-ci-3949 785 3/21/2018
0.0.9-ci-3947 828 3/21/2018
0.0.9-ci-3946 766 3/21/2018
0.0.9-ci-3927 783 3/19/2018
0.0.9-ci-3910 763 3/16/2018
0.0.9-ci-3909 734 3/15/2018
0.0.9-ci-3908 856 3/15/2018
0.0.9-ci-3907 875 3/15/2018
0.0.9-ci-3889 792 3/13/2018
0.0.9-ci-3831 814 3/4/2018
0.0.9-ci-3829 793 3/4/2018
0.0.8-ci-3772 793 2/23/2018
0.0.8-ci-3583 723 1/19/2018
0.0.8-ci-3549 829 1/8/2018
0.0.8-ci-3526 788 12/28/2017
0.0.7-ci-3490 851 12/14/2017
0.0.6-ci-3176 714 10/18/2017
0.0.6-ci-3066 705 9/24/2017
0.0.6-ci-3065 729 9/24/2017
0.0.5-ci-2938 738 9/3/2017
0.0.5-ci-2937 717 9/3/2017
0.0.4-ci-2927 723 9/2/2017
0.0.4-ci-2915 717 9/2/2017
0.0.4-ci-2914 726 9/1/2017
0.0.4-ci-2913 737 9/1/2017
0.0.4-ci-2798 752 8/19/2017
0.0.4-ci-2797 748 8/19/2017
0.0.4-ci-2758 759 8/16/2017
0.0.2-ci-2686 733 8/9/2017
0.0.2-ci-2685 746 8/9/2017
0.0.2-ci-2682 744 8/9/2017
0.0.2-ci-2681 725 8/9/2017
0.0.2-ci-2675 759 8/8/2017
0.0.2-ci-2672 761 8/8/2017

docs(ApiKey): add readme