GetApplicationsResponse GetApplications(ctx, optional)
Get the list of applications deployed and available on aiWARE
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetApplicationsOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetApplicationsOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| applicationStatusQueryOptional | optional.Interface of ApplicationStatusEnum | status | |
| applicationTypeQueryOptional | optional.Interface of ApplicationTypeEnum | type | |
| offset | optional.Int64 | the number of data to skip before getting the result set | |
| limit | optional.Int64 | the number of items to return. | [default to 10] |
| internalApplicationID | optional.Interface of string | Internal ID of Application | |
| applicationID | optional.Interface of string | ID of Application | |
| orderBy | optional.String | The value should be in [applicationName, createdTime] | |
Return type
GetApplicationsResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json