Difference between revisions of "Active User Web Service"

From FMR Knowledge Base
Jump to navigation Jump to search
m (Glenn moved page Active User REST API - FMR to Active User Web Service without leaving a redirect)
Line 1: Line 1:
 
[[Category:FMR_REST_API_Reference]]
 
[[Category:FMR_REST_API_Reference]]
 +
= Overview =
 +
The Active User web service can be used to obtain details .
  
To be written.
+
Returns JSON describing:
 +
* Product
 +
* Running version and its release date
 +
* Web application service URL
 +
* A list of installed plugins
 +
* A list of REST API web service entry points
 +
 
 +
{| class="wikitable"
 +
|-
 +
|style="background-color:#eaecf0"|<b>Entry Point</b> || style="min-width:500px;" | <b> /ws/fusion/info/product</b>
 +
|-
 +
|style="background-color:#eaecf0"|<b>Access</b> || Public </span>
 +
|-
 +
|style="background-color:#eaecf0"|<b>Http Method</b> || GET
 +
|-
 +
|style="background-color:#eaecf0"|<b>Response Format</b> || application/json (array  of objects)
 +
|-
 +
|style="background-color:#eaecf0"|<b>Response Statuses</b> || <p><b>200</b> - Query Ok<p>
 +
|}
 +
 
 +
=Example=
 +
[[File:ProductInfoJSON.PNG]]

Revision as of 10:18, 18 March 2021

Overview

The Active User web service can be used to obtain details .

Returns JSON describing:

  • Product
  • Running version and its release date
  • Web application service URL
  • A list of installed plugins
  • A list of REST API web service entry points
Entry Point /ws/fusion/info/product
Access Public
Http Method GET
Response Format application/json (array of objects)
Response Statuses

200 - Query Ok

Example

ProductInfoJSON.PNG