You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Enterprise Services API 

This opCharts API provides the data of Enterprise Services in a JSON format.

When listing resources (viewing the index) the default behaviour is to show only what has been asked for, by default only showing the ID's and modifiers will build up the info requested.  When an individual resource is requested (show) all info is provided by default and modifiers will pair down the info provided.

Authentication is required to access all methods below.

API Endpoint

All requests are made under the following base URL: 

http[s]://server/omk/opCharts/v2/

Examples of how to use the request modifiers can be found in the response blocks below.  In general, the queries will look something like this: 

GET HTTP://server/omk/opCharts/v2/enterprise_services.json

GET HTTP://server/omk/opCharts/v2/enterprise_services/"_id".json

  • No labels