Skip to content

What's new for Domino REST API v1.1.4

Release date: June 16, 2025

Preview features

The following preview features apply to HCL Domino v14.5 or later only.

  • POST v1/dominoiq/completion

    Added the POST v1/dominoiq/completion endpoint to run a command as defined in the Domino IQ configuration database against the data you can specify via the payload key. You specify the name of the command to run via the command key.

  • Domino as an OIDC provider

    Added support for configuring Domino REST API to use Domino as an OIDC provider.

    For Domino REST API v1.1.4, do not use the Log in with OIDC option to log in to the Admin UI if you configured Domino REST API to use Domino as an OIDC provider. Instead, use the Log in with password option.

Improvements

  • Added a text on the Formula for Write Access card on Mode Settings in the Admin UI to indicate whether Computed with Form method is enabled or disabled.
  • Added a Continue on Error toggle on the Formula for Write Access dialog in the Admin UI to allow process continuation even if the document validation fails. The Continue on Error toggle is only enabled when the Compute with Form toggle is set to the on position. The Continue on Error toggle is set to the on position or enabled by default.

    For more information, see Set computed with form.

  • Enhanced the POST setup-v1/design/nsf endpoint to make schema creation optional. When no schema name is provided for the dataSource parameter when calling the endpoint, no new schema is created. Additionally, a new schema isn't created for the new Domino database when it's created from a template that has a schema with the same name as the one specified for the dataSource parameter.

  • Added the quickConfigSchema query parameter to the POST setup-v1/design/nsf endpoint. When set to true, this parameter enables the created schema to be fully configured.

  • Added the checkAccess query parameter to the GET v1/userinfo endpoint that checks the current user’s access level, including the user's role, to the provided scopes. It's important to note that the check considers the scope’s maximum access level. This means that if the user's access level is higher than the set maximum access level of the scope, the check result will indicate the scope's maximum access level as the user's access level to the scope. If it's lower, then the check result will indicate the user's access level.

  • Automatically adds the url parameter of oauth.json, if defined, to the CORS allowed URLs.

  • Added additional context ID in domino-keep.log that shows multiple internal calls are related to the same request.

Resolved issues

  • A 503 Service Unavailable error occurred when the tell restapi refresh command was issued, and no other restapi task command was accepted until the tell restapi refresh command was reissued.

  • Filtering a date-time field in OData didn't work as expected and generated an error.

  • Fixed an issue in OData related to incorrect results when using ne or in in multiple statements joined by and or or.

  • Fixed an issue where the Domino REST API Management Users page may not display all currently cached users based on their expiry date.

Others

  • Removed the $search$orderby, and $count parameters from the GET v1/odata/{dataSource}/{name} endpoint as they were non-functional and might be added in a future release as part of a related endpoint enhancement.
  • Added procedure for accessing Domino OData in Microsoft Excel1 for Mac in the OData tutorial.
  • Added details that help users understand what information to provide when requesting customer support to ensure that their support needs are addressed quickly and effectively. For more information, see Contact support.

  • Installer jar files:

    • For Domino 14: restapiInstall-r14.jar
    • For Domino 12: restapiInstall-r12.jar
  • Docker image version for docker compose .env file (CONTAINER_IMAGE):

    • For Domino 14: domino-rest-api:1.1.4-r14
    • For Domino 12: domino-rest-api:1.1.4-r12
  • Docker image version for docker compose .env file from Harbor:

    • For Domino 14: hclcr.io/domino/restapi:1.1.4-r14
    • For Domino 12: hclcr.io/domino/restapi:1.1.4-r12

  1. Microsoft and Excel are registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.