You can consume OnBase feature layers from a custom map created in a third-party application using the Esri REST API. This enables users to access geocoded OnBase documents directly from the custom map. Each individual feature layer corresponds to a specific geocoded OnBase Document Type, and the layer's attributes correspond to the OnBase Keyword Types for that Document Type. The icon displayed on the map for an OnBase Document Type is the Icon assigned to the Document Type in the OnBase Configuration module. Depending on your system's configuration, you may also be able to view documents directly within a document's Workflow queue by clicking the View Workflow option from the mapping application.
URL construction for the OnBase Feature Layers for Esri API is not case-sensitive and follows the format used by all REST API calls.
The URL base is the location of your GIS Service.
For example:
https://[Web Server/Virtual Root]/rest/services/OnBase/FeatureServer
For more complete information on functionality available through REST APIs, including more information on constructing URLs, see Esri's ArcGIS REST API documentation.