BiExcellence.OpenBi.Api.Role 0.0.45-ci.13688

This is a prerelease version of BiExcellence.OpenBi.Api.Role.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Role --version 0.0.45-ci.13688
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.Role -Version 0.0.45-ci.13688
                    
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.Role" Version="0.0.45-ci.13688" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.Role" Version="0.0.45-ci.13688" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.Role" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BiExcellence.OpenBi.Api.Role --version 0.0.45-ci.13688
                    
#r "nuget: BiExcellence.OpenBi.Api.Role, 0.0.45-ci.13688"
                    
#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.
#:package BiExcellence.OpenBi.Api.Role@0.0.45-ci.13688
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BiExcellence.OpenBi.Api.Role&version=0.0.45-ci.13688&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.Role&version=0.0.45-ci.13688&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.Role

Includes APIs to get / create / delete and assign roles and role content in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Roles;
using BiExcellence.OpenBi.Api.Commands.RoleContents;
var roles = await session.GetRoles().SendAsync(cancellationToken);
var role = await session.GetRoleByIdAsync(id, cancellationToken);
var userRoles = await session.GetRolesByUsernameAsync(username, cancellationToken);
var organisationRoles = await session.GetRolesByOrganisationAsync(organisationId, cancellationToken);

var newRole = new Role { Name = "New Role Name", Description = "New Role Description" };

await session.CreateRoleAsync(newRole, cancellationToken);

await session.DeleteRoleAsync(newRole, cancellationToken);
var roleContents = await session.GetRoleContentAsync(roleId, cancellationToken);
var roleContentElement = await session.GetContentElementByIdAsync(id, cancellationToken);

var newRoleContentElement = new RoleContentElement { Name = "New Role Content Name", ContentAscii = "Hello World" };

await session.CreateRoleContentAsync(newRoleContentElement, cancellationToken);

await session.AssignElementToRoleAsync(newRoleContentElement, role, cancellationToken);
await session.RemoveElementFromRoleAsync(newRoleContentElement, role, cancellationToken);

var roleContentHistory = await session.GetRoleContentHistoryAsync(elementId, cancellationToken);
var roleContentElementHistory = await session.GetContentElementHistoryByIdAsync(historyId, role, cancellationToken);

await session.DeleteRoleContentAsync(newRoleContentElement, 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.3-ci.17920 158 9/9/2025
1.0.3-ci.17855 180 8/29/2025
1.0.3-ci.17841 164 8/29/2025
1.0.3-ci.17839 156 8/29/2025
1.0.3-ci.17812 205 8/27/2025
1.0.3-ci.17809 188 8/26/2025
1.0.3-ci.17808 187 8/26/2025
1.0.3-ci.17722 114 8/18/2025
1.0.2-ci.17699 133 8/13/2025
1.0.2-ci.17698 122 8/13/2025
1.0.2-ci.17691 119 8/12/2025
1.0.2-ci.17688 122 8/12/2025
1.0.2-ci.17657 202 8/5/2025
1.0.2-ci.17631 98 7/30/2025
1.0.2-ci.17568 164 7/15/2025
1.0.2-ci.17562 122 7/14/2025
1.0.2-ci.17213 132 5/20/2025
1.0.2-ci.17138 138 5/2/2025
1.0.1-ci.16873 732 3/24/2025
1.0.1-ci.16652 495 2/22/2025
1.0.1-ci.16648 77 2/22/2025
1.0.0-ci.15795 80 11/21/2024
1.0.0-ci.15793 68 11/21/2024
0.0.46-ci.15922 70 11/30/2024
0.0.46-ci.15796 494 11/21/2024
0.0.46-ci.15788 70 11/20/2024
0.0.45-ci.15769 75 11/19/2024
0.0.45-ci.15039 89 9/8/2024
0.0.45-ci.15030 81 9/7/2024
0.0.45-ci.14912 99 8/23/2024
0.0.45-ci.14786 333 7/30/2024
0.0.45-ci.14671 78 7/11/2024
0.0.45-ci.14642 78 7/8/2024
0.0.45-ci.14416 96 6/2/2024
0.0.45-ci.14414 89 5/31/2024
0.0.45-ci.14377 121 5/23/2024
0.0.45-ci.14376 92 5/23/2024
0.0.45-ci.14351 105 5/21/2024
0.0.45-ci.14331 106 5/15/2024
0.0.45-ci.14124 118 4/25/2024
0.0.45-ci.14033 115 4/13/2024
0.0.45-ci.13804 113 3/20/2024
0.0.45-ci.13743 97 3/14/2024
0.0.45-ci.13689 111 3/7/2024
0.0.45-ci.13688 91 3/7/2024
0.0.45-ci.13687 83 3/7/2024
0.0.45-ci.13685 90 3/7/2024
0.0.45-ci.13684 101 3/7/2024
0.0.44-ci-13527 118 2/11/2024
0.0.44-ci-13362 131 1/13/2024
0.0.44-ci-13101 182 12/15/2023
0.0.44-ci-12837 163 11/17/2023
0.0.44-ci-12746 123 11/4/2023
0.0.44-ci-12516 184 10/2/2023
0.0.44-ci-12514 125 10/2/2023
0.0.44-ci-12371 135 9/15/2023
0.0.44-ci-12095 154 8/12/2023
0.0.44-ci-12078 146 8/10/2023
0.0.44-ci-11834 180 7/19/2023
0.0.44-ci-11274 158 4/24/2023
0.0.44-ci-10785 191 3/1/2023
0.0.44-ci-10361 232 1/6/2023
0.0.44-ci-10144 336 11/20/2022
0.0.44-ci.13683 87 3/7/2024
0.0.44-ci.13679 82 3/5/2024
0.0.43-ci-10037 190 11/1/2022
0.0.42-ci-9858 213 9/26/2022
0.0.42-ci-9833 220 9/21/2022
0.0.42-ci-9799 211 8/31/2022
0.0.42-ci-9793 264 8/26/2022
0.0.42-ci-9770 213 8/20/2022
0.0.42-ci-9766 221 8/18/2022
0.0.42-ci-9763 219 8/17/2022
0.0.42-ci-9757 217 8/16/2022
0.0.42-ci-9755 217 8/16/2022
0.0.42-ci-9750 227 8/13/2022
0.0.42-ci-9749 222 8/13/2022
0.0.42-ci-9745 236 8/11/2022
0.0.42-ci-10034 193 11/1/2022
0.0.41-ci-9718 254 8/6/2022
0.0.41-ci-9715 227 8/6/2022
0.0.41-ci-9714 215 8/6/2022
0.0.40-ci-9639 234 7/23/2022
0.0.40-ci-9635 259 7/22/2022
0.0.40-ci-9613 251 7/17/2022
0.0.40-ci-9560 254 7/10/2022
0.0.30-ci-9543 235 7/4/2022
0.0.30-ci-9502 258 6/23/2022
0.0.29-ci-9501 220 6/23/2022
0.0.29-ci-9471 245 6/14/2022
0.0.28-ci-9409 242 5/25/2022
0.0.28-ci-9063 456 2/6/2022
0.0.28-ci-9062 243 2/6/2022
0.0.28-ci-8937 260 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 279 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 241 12/25/2021
0.0.27-ci-cc5208f2acb657039... 330 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 290 10/21/2021
0.0.27-ci-8629 279 8/29/2021
0.0.27-ci-8602 329 8/10/2021
0.0.27-ci-8598 281 8/9/2021
0.0.27-ci-8594 273 8/9/2021
0.0.27-ci-8574 296 8/2/2021
0.0.27-ci-8573 310 7/30/2021
0.0.27-ci-8568 300 7/29/2021
0.0.27-ci-8567 312 7/28/2021
0.0.27-ci-8566 303 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 304 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 309 10/16/2021
0.0.26-ci-8544 336 7/16/2021
0.0.26-ci-8529 291 7/8/2021
0.0.26-ci-8527 300 7/8/2021
0.0.26-ci-8513 297 6/25/2021
0.0.25-ci-8510 297 6/25/2021
0.0.25-ci-8499 307 6/24/2021
0.0.25-ci-8492 348 6/22/2021
0.0.24-ci-8477 281 6/15/2021
0.0.24-ci-8468 302 6/14/2021
0.0.24-ci-8467 297 6/14/2021
0.0.24-ci-8431 281 6/1/2021
0.0.24-ci-8422 289 5/27/2021
0.0.24-ci-8415 313 5/21/2021
0.0.24-ci-8414 317 5/21/2021
0.0.24-ci-8291 318 4/2/2021
0.0.24-ci-8256 349 3/19/2021
0.0.23-ci-8207 311 3/3/2021
0.0.22-ci-8196 302 2/26/2021
0.0.22-ci-8188 314 2/25/2021
0.0.22-ci-8187 310 2/25/2021
0.0.22-ci-8166 313 2/22/2021
0.0.22-ci-8120 294 2/12/2021
0.0.22-ci-8116 309 2/12/2021
0.0.22-ci-8075 312 1/29/2021
0.0.22-ci-8006 340 1/16/2021
0.0.22-ci-7989 324 1/12/2021
0.0.22-ci-7986 343 1/12/2021
0.0.22-ci-7983 370 1/11/2021
0.0.22-ci-7982 383 1/11/2021
0.0.22-ci-7981 319 1/11/2021
0.0.22-ci-7974 348 1/5/2021
0.0.22-ci-7957 349 12/29/2020
0.0.22-ci-7956 318 12/29/2020
0.0.21-ci-7949 387 12/17/2020
0.0.20-ci-7944 363 12/16/2020
0.0.20-ci-7920 337 11/26/2020
0.0.20-ci-7829 401 11/2/2020
0.0.20-ci-7668 430 9/24/2020
0.0.20-ci-7561 417 8/26/2020
0.0.20-ci-7551 438 8/24/2020
0.0.20-ci-7545 405 8/24/2020
0.0.20-ci-7530 418 8/17/2020
0.0.20-ci-7513 454 8/13/2020
0.0.20-ci-7506 440 8/12/2020
0.0.20-ci-7478 446 8/6/2020
0.0.20-ci-7398 457 7/27/2020
0.0.20-ci-7390 426 7/24/2020
0.0.19-ci-7387 499 7/23/2020
0.0.19-ci-7376 432 7/21/2020
0.0.19-ci-7367 438 7/19/2020
0.0.19-ci-7342 542 7/11/2020
0.0.18-ci-7328 449 7/9/2020
0.0.18-ci-7282 424 7/3/2020
0.0.18-ci-7281 452 7/3/2020
0.0.18-ci-7278 430 7/2/2020
0.0.18-ci-7275 449 7/1/2020
0.0.18-ci-7272 433 7/1/2020
0.0.18-ci-7271 426 7/1/2020
0.0.18-ci-7270 436 7/1/2020
0.0.18-ci-7240 518 6/24/2020
0.0.18-ci-7230 452 6/24/2020
0.0.18-ci-7229 463 6/24/2020
0.0.18-ci-7228 473 6/24/2020
0.0.18-ci-7226 439 6/23/2020
0.0.18-ci-7213 458 6/22/2020
0.0.18-ci-7207 482 6/22/2020
0.0.18-ci-7191 451 6/19/2020
0.0.18-ci-7187 442 6/19/2020
0.0.17-ci-7163 445 6/15/2020
0.0.17-ci-7156 469 6/15/2020
0.0.17-ci-7150 455 6/14/2020
0.0.17-ci-7144 463 6/11/2020
0.0.17-ci-7142 427 6/10/2020
0.0.17-ci-7140 437 6/10/2020
0.0.17-ci-7133 478 6/10/2020
0.0.17-ci-7132 445 6/10/2020
0.0.17-ci-7131 466 6/9/2020
0.0.17-ci-7128 466 6/9/2020
0.0.16-ci-7125 445 6/6/2020
0.0.16-ci-7106 445 6/2/2020
0.0.16-ci-7105 471 6/2/2020
0.0.16-ci-7103 455 5/31/2020
0.0.16-ci-7101 463 5/31/2020
0.0.16-ci-7100 487 5/31/2020
0.0.16-ci-7099 477 5/30/2020
0.0.16-ci-7098 476 5/30/2020
0.0.15-ci-7082 454 5/28/2020
0.0.15-ci-7081 491 5/28/2020
0.0.15-ci-7079 463 5/28/2020
0.0.15-ci-7075 455 5/28/2020
0.0.15-ci-7074 463 5/28/2020
0.0.14-ci-6927 485 4/18/2020
0.0.14-ci-6891 520 4/7/2020
0.0.13-ci-6888 540 4/7/2020
0.0.13-ci-6887 487 4/7/2020
0.0.13-ci-6736 480 2/26/2020
0.0.13-ci-6716 491 2/24/2020
0.0.13-ci-6693 473 2/18/2020
0.0.13-ci-6609 514 1/28/2020
0.0.13-ci-6608 507 1/28/2020
0.0.13-ci-6599 478 1/24/2020
0.0.13-ci-6597 509 1/23/2020
0.0.13-ci-6595 477 1/22/2020
0.0.13-ci-6587 548 1/17/2020
0.0.13-ci-6585 480 1/17/2020
0.0.12-ci-6582 497 1/16/2020
0.0.12-ci-6575 505 1/15/2020
0.0.12-ci-6561 517 1/13/2020
0.0.12-ci-6534 500 12/9/2019
0.0.12-ci-6506 506 11/14/2019
0.0.12-ci-6505 501 11/13/2019
0.0.12-ci-6502 499 11/12/2019
0.0.12-ci-6487 493 11/8/2019
0.0.12-ci-6481 486 11/8/2019
0.0.12-ci-6469 516 11/5/2019
0.0.12-ci-6468 517 11/5/2019
0.0.12-ci-6428 555 10/14/2019
0.0.12-ci-6384 569 9/19/2019
0.0.12-ci-6338 511 9/3/2019
0.0.12-ci-6293 533 8/22/2019
0.0.12-ci-6257 551 8/8/2019
0.0.12-ci-6215 560 7/29/2019
0.0.12-ci-6208 537 7/26/2019
0.0.12-ci-6204 537 7/26/2019
0.0.12-ci-6200 529 7/25/2019
0.0.12-ci-6188 543 7/24/2019
0.0.12-ci-6187 522 7/24/2019
0.0.11-ci-6185 529 7/24/2019
0.0.11-ci-6146 559 7/16/2019
0.0.11-ci-6131 537 7/15/2019
0.0.11-ci-6099 581 7/11/2019
0.0.11-ci-6094 571 7/10/2019
0.0.11-ci-6086 543 7/9/2019
0.0.11-ci-6071 561 7/5/2019
0.0.11-ci-6070 529 7/5/2019
0.0.11-ci-6068 532 7/5/2019
0.0.11-ci-6067 532 7/5/2019
0.0.11-ci-6062 534 7/4/2019
0.0.11-ci-6054 542 7/2/2019
0.0.11-ci-6053 552 7/2/2019
0.0.11-ci-6049 564 7/1/2019
0.0.11-ci-6045 561 6/28/2019
0.0.11-ci-6038 530 6/28/2019
0.0.11-ci-6020 545 6/14/2019
0.0.11-ci-6013 550 6/13/2019
0.0.11-ci-6011 554 6/13/2019
0.0.11-ci-6003 573 6/11/2019
0.0.11-ci-5999 577 6/5/2019
0.0.11-ci-5995 587 6/4/2019
0.0.11-ci-5992 582 6/4/2019
0.0.11-ci-5990 559 6/4/2019
0.0.11-ci-5985 581 5/31/2019
0.0.11-ci-5973 568 5/28/2019
0.0.11-ci-5972 579 5/28/2019
0.0.11-ci-5967 580 5/24/2019
0.0.11-ci-5964 560 5/23/2019
0.0.11-ci-5900 603 4/25/2019
0.0.11-ci-5821 566 4/4/2019
0.0.11-ci-5797 587 4/2/2019
0.0.11-ci-5737 603 3/22/2019
0.0.11-ci-5608 581 3/1/2019
0.0.11-ci-5595 592 2/27/2019
0.0.11-ci-5584 579 2/25/2019
0.0.11-ci-5583 583 2/25/2019
0.0.11-ci-5558 610 2/21/2019
0.0.11-ci-5549 654 2/20/2019
0.0.11-ci-5542 646 2/19/2019
0.0.11-ci-5541 654 2/19/2019
0.0.11-ci-5530 676 2/18/2019
0.0.11-ci-5523 645 2/18/2019
0.0.11-ci-5522 678 2/18/2019
0.0.11-ci-5411 648 2/1/2019
0.0.11-ci-5384 664 1/29/2019
0.0.11-ci-5373 653 1/28/2019
0.0.11-ci-5352 657 1/22/2019
0.0.11-ci-5331 688 1/16/2019
0.0.11-ci-5329 678 1/15/2019
0.0.11-ci-5276 644 12/20/2018
0.0.11-ci-5275 706 12/20/2018
0.0.11-ci-5272 674 12/18/2018
0.0.11-ci-5261 665 12/15/2018
0.0.11-ci-5260 681 12/15/2018
0.0.11-ci-5249 685 12/14/2018
0.0.11-ci-5248 666 12/14/2018
0.0.11-ci-5245 694 12/13/2018
0.0.10-ci-5242 679 12/13/2018
0.0.10-ci-5241 666 12/13/2018
0.0.10-ci-5219 686 12/6/2018
0.0.10-ci-5133 704 11/26/2018
0.0.10-ci-5094 706 11/21/2018
0.0.10-ci-5092 782 11/21/2018
0.0.10-ci-5088 700 11/21/2018
0.0.10-ci-5040 715 11/13/2018
0.0.10-ci-4979 723 10/30/2018
0.0.10-ci-4837 792 9/20/2018
0.0.10-ci-4810 784 9/12/2018
0.0.10-ci-4774 797 9/5/2018
0.0.10-ci-4771 857 9/5/2018
0.0.10-ci-4756 801 8/31/2018
0.0.10-ci-4735 814 8/30/2018
0.0.10-ci-4710 768 8/27/2018
0.0.10-ci-4690 788 8/24/2018
0.0.10-ci-4687 786 8/23/2018
0.0.10-ci-4662 854 8/20/2018
0.0.10-ci-4556 894 8/1/2018
0.0.10-ci-4554 905 8/1/2018
0.0.10-ci-4553 931 8/1/2018
0.0.10-ci-4549 920 7/31/2018
0.0.10-ci-4547 907 7/31/2018
0.0.10-ci-4543 922 7/31/2018
0.0.10-ci-4541 909 7/31/2018
0.0.10-ci-4540 907 7/31/2018
0.0.10-ci-4533 954 7/30/2018
0.0.10-ci-4522 904 7/26/2018
0.0.10-ci-4505 912 7/24/2018
0.0.10-ci-4417 1,170 7/7/2018
0.0.10-ci-4416 1,119 7/7/2018
0.0.10-ci-4362 1,115 6/28/2018
0.0.10-ci-4327 1,109 6/20/2018
0.0.10-ci-4294 1,120 6/13/2018
0.0.10-ci-4282 942 6/12/2018
0.0.10-ci-4262 1,137 6/7/2018
0.0.10-ci-4217 1,165 5/29/2018
0.0.10-ci-4151 1,167 5/11/2018
0.0.10-ci-4141 1,185 5/9/2018
0.0.10-ci-4027 1,135 4/6/2018
0.0.10-ci-4023 1,135 4/5/2018
0.0.10-ci-4022 1,182 4/5/2018
0.0.10-ci-4013 1,143 4/4/2018
0.0.10-ci-3976 1,150 3/25/2018
0.0.10-ci-3973 1,031 3/23/2018
0.0.10-ci-3970 1,312 3/23/2018
0.0.9-ci-3951 1,158 3/21/2018
0.0.9-ci-3949 1,167 3/21/2018
0.0.9-ci-3947 1,207 3/21/2018
0.0.9-ci-3946 1,159 3/21/2018
0.0.9-ci-3927 1,242 3/19/2018
0.0.9-ci-3910 1,152 3/16/2018
0.0.9-ci-3909 1,155 3/15/2018
0.0.9-ci-3908 1,001 3/15/2018
0.0.9-ci-3907 1,165 3/15/2018
0.0.9-ci-3889 1,147 3/13/2018
0.0.9-ci-3831 1,174 3/4/2018
0.0.9-ci-3829 1,154 3/4/2018
0.0.8-ci-3772 1,191 2/23/2018
0.0.8-ci-3583 1,177 1/19/2018
0.0.8-ci-3549 1,177 1/8/2018
0.0.8-ci-3526 1,188 12/28/2017
0.0.7-ci-3490 1,008 12/14/2017
0.0.6-ci-3176 980 10/18/2017
0.0.6-ci-3066 988 9/24/2017
0.0.6-ci-3065 974 9/24/2017
0.0.5-ci-2938 982 9/3/2017
0.0.5-ci-2937 979 9/3/2017
0.0.4-ci-2927 991 9/2/2017
0.0.4-ci-2915 989 9/2/2017
0.0.4-ci-2914 992 9/1/2017
0.0.4-ci-2913 989 9/1/2017
0.0.4-ci-2798 991 8/19/2017
0.0.4-ci-2797 987 8/19/2017
0.0.4-ci-2758 1,004 8/16/2017
0.0.2-ci-2686 1,004 8/9/2017
0.0.2-ci-2685 1,029 8/9/2017
0.0.2-ci-2682 1,016 8/9/2017
0.0.2-ci-2681 1,013 8/9/2017
0.0.2-ci-2675 998 8/8/2017
0.0.2-ci-2672 995 8/8/2017

fix(OpenBiApiKey): only send id when not null