ProjectInformationApi

All URIs are relative to the master’s API URL

Method HTTP request Description
getProject GET /project Gets the project information.

getProject

ProjectInformation getProject()

Gets the project information.

Gets the project information.

Example

// Import classes:
//import com.decisionbrain.optimserver.client.java.jersey2.ApiException;
//import com.decisionbrain.optimserver.client.java.jersey2.api.ProjectInformationApi;


ProjectInformationApi apiInstance = new ProjectInformationApi();
try {
    ProjectInformation result = apiInstance.getProject();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling ProjectInformationApi#getProject");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

ProjectInformation

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/xml