Meridian Cloud APIs
The Meridian Cloud REST APIs are an additional service that you can add to any existing Meridian Cloud subscription. These APIs are low code integrations for third-party systems, using powerful and flexible web services based on Microsoft Azure Cloud technology. Meridian Cloud APIs are built for real-time integrations with third-party Cloud platforms for Enterprise Asset Data, Master Documents, and Engineering Project Data. To add the APIs to your tenancy, contact your Accruent account manager.
All documentation for the APIs is available from the regional Accruent API Developer Portal where your tenancy is hosted:
You must first Subscribe To the API service before you may begin using it.
The portal provides features for developers to:
-
Sign up a Meridian Cloud tenancy for API access as described in Subscribe To the API
-
Subscribe to specific APIs and view their unique keys that must be sent with API requests
-
Read quick start guides that describe the URL structure and how to pass subscription keys in API calls
-
See the API endpoints, parameters, and responses
-
See sample code in a variety of popular programming languages
-
Try the APIs in real-time
The following APIs are available in our Developer Portal.
The Meridian Asset API enables you to integrate Meridian Cloud with other business systems that manage physical assets—such as Computerized Maintenance Management Systems (CMMS), Geospatial Information Systems (GIS), Facility Management (FM) systems, and Enterprise Application Management (EAM) systems. It can help to optimize information flows and provide valuable analytics and reporting insights into how that information is used by your teams.
The API can be used to create assets and their relationships to documents that are used by PowerWeb, Meridian Portal, Meridian Explorer, and Meridian Mobile. The Meridian Cloud API is not a software development kit (SDK) and does not require installation.
-
The PUT Asset API creates or updates a Meridian Asset. The GlobalId parameter defines the unique identifier for the asset. If there is an existing Asset with this GlobalId within Meridian then the Asset with be updated, otherwise a new Asset will be created. The request body is expected to contain JSON-formatted data and set the additional Asset properties.
-
The POST Relationship API creates relationships between a source Asset and one or more target Assets. The GlobalId parameter defines the unique identifier for the source asset. The request body is expected to contain JSON-formatted data and a collection of Asset GlobalIds which will be related to the source Asset.
-
The GET Documents URL API returns a Meridian URL for a given Asset which can be used within a web browser to directly import documents into PowerWeb and associate to the given asset. A document count is also returned for the given asset. The GlobalId parameter denotes the unique identifier of the Asset within PowerWeb. If the asset does not yet exist, then it will be created upon browsing the given Meridian URL and importing documents.
The Asset API is used to integrate with the Accruent applications Maintenance Connection (CMMS), FAMIS 360 (FM), and vxMaintain (EAM). In addition to Accruent integrations, the Asset API can also be used to integrate on–premises applications such as SAP PM and IBM Maximo in combination with the Tag Synchronizer and Tag Link Synchronizer.
The Meridian Configuration API supports the retrieval and update of lookup list definitions and values used by the Meridian Cloud apps. There are two possible scenarios:
-
QUERY — Any third-party data-source can query the available values and retrieve existing values from the Meridian Cloud property lookup lists (custom, built-in, and hierarchical). The property lookup list in Meridian Cloud is the leading source for the third-party data-source.
The following Configuration API operations are available:
-
The GET Lookup Lists API returns all lookup lists.
-
The GET Lookup List Values API finds a specific lookup list and its values. The Property ID of the required lookup list is passed in the URL.
-
The GET Hierarchies API returns all hierarchy classifications for a given Functional Location, Facility Location, Transmission Classification, or Discipline Classification. The Discipline Classification has separate values per Document Type. The Document Type names must be included as parent value for the root values.
-
The GET Hierarchical Lookup Values API returns all hierarchical lookup lists values for the given hierarchy. The Discipline Classification has separate values per Document Type. The Document Type names should be included as parent value for the root values.
-
CREATE, UPDATE and DELETE — The third-party data-source can create, update, and delete values to Meridian Cloud property lookup lists (custom, built-in, and hierarchical). The property lookup list values in Meridian Cloud are the target for the third-party data-source.
The following Configuration API operations are available:
-
The PUT Batch Update Lookup List Values API replaces a complete set of Lookup List values. New entries are created, existing entries are updated, and missing entries are deleted. The PropertyID is not required otherwise the client will need to store and match these when syncing data.
-
The PUT Batch Update Hierarchical Lookup List Values API batch updates Hierarchical Lookup List Values for the specified list. The input model is the same as the list of values returned by the GET request. For the Discipline Hierarchical Lookup List (where the Discipline property is being updated) the parent will be set to the name of the associated Document Type.
The Meridian Cloud Project Exchange API supports the exchange of project package information and documents with 3rd party applications, including status and metadata. From a 3rd party application, it is possible to modify Meridian documents and send the updated documents back to Meridian.
The following APIs are available in the Project Exchange API :
The Masters API supports retrieval of master documents, content and relationships, master asset relationships, and creation and linking of assets.
The number of API calls is limited to 100 calls per minute, and 1,000 records per call. The API will paginate the results for calls that exceed 100 returned records.
Master Assets
The Masters API supports the creation of Master Assets and asset relations and the retrieval of asset-related documents
The following APIs are available for Master Assets in the Masters API:
-
PUT Asset allows creation and updating of assets in Meridian Cloud Explorer.
-
GET Related documents returns a list of documents related to a specific asset.
-
POST Relationships creates relationships between a source asset and one or more target assets.
Master Documents
The Masters API supports the retrieval of modified and deleted master documents by third-party applications such as Microsoft SharePoint and OpenText Livelink. The Masters API is intended to retrieve new and modified master documents and files from Meridian Explorer and indicate when master documents are deleted from Meridian Explorer.
The following APIs are available for Master Documents in the Masters API:
-
GET Retrieve Deleted Documents API returns a list of documents that have been deleted after a specified date. This API allows the requester to delete outdated documents.
-
GET Retrieve Modified Documents API returns a list of documents modified before and after a specified date. Document Type, Region, and Plant property filters can be applied in the request. The requester can also specify to retrieve the source file or the rendition file.
-
GET Retrieve Document Related Assets API returns a list of assets related to a document. This API can be used to connect documents to assets in the target system.
-
GET Retrieve Document Content API downloads source or rendition content of a specific document.
-
GET Retrieve Documents Relationship API returns a list of document references related to a document. The document references are defined as references between documents.
-
GET Status API returns OK (200) when the update request has completed. The API returns 202 (Accepted) when the requested update is still pending.
To give you a jump start on working with the API, we've extended some existing on-premises Meridian Enterprise tools to use the API without any programming required: