This API returns the list of launches for this engine
Example
aiware getEngineLaunchDetail EngineID=value LaunchID=value CreatedBefore=value CreatedAfter=value offset=value limit=value orderBy=value direction=value
Parameters
| Name | Type | Description | Notes |
|---|
| engineID | string | ID of Engine | [default to null] |
| launchID | string | ID of Launch | [default to null] |
| createdBefore | integer | Filter items where created date is before this date | [optional] [default to null] |
| createdAfter | integer | Filter items where created date is after this date | [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] |
| orderBy | string | the field to sort | [optional] [default to createdDateTime] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
Return type
GetEngineLaunchResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json