Get the list of applications deployed and available on aiWARE
Example
aiware getApplications X-Correlation-Id:value ApplicationStatus_Query_Optional=value ApplicationType_Query_Optional=value offset=value limit=value internalApplicationID=value applicationID=value orderBy=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| applicationStatusQueryOptional | ApplicationStatusEnum | status | [optional] [default to null] |
| applicationTypeQueryOptional | ApplicationTypeEnum | type | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| internalApplicationID | string | Internal ID of Application | [optional] [default to null] |
| applicationID | string | ID of Application | [optional] [default to null] |
| orderBy | string | The value should be in [applicationName, createdTime] | [optional] [default to null] |
Return type
GetApplicationsResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json