Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

GET /gui_app_framework/named_services

SUMMARY Retrieves all named services.

Retrieves a list of all named services registered with the Application Framework.

By using the returned information, the caller can determine what services are available and what facilities each service provides via its REST endpoints.

Table 1: GET /gui_app_framework/named_services resource details:

GET /gui_app_framework/named_services resource details

MIME Type

application/json

There are no parameters for this endpoint.

Table 2: GET /gui_app_framework/named_services response codes:

GET /gui_app_framework/named_services response codes

HTTP Response Code Unique Code Description

200

The list of named services was returned.

409

33700

The application framework is currently disabled.

500

1020

An error occurred while trying to retrieve the list of named services.

Response Description

A list of named services. The documentation for /named_services/{uuid} has a description of the details returned for a named service instance.

Response Sample