GetEngineLaunchResponse GetEngineLaunchDetail(ctx, engineID, launchID, optional)
This API returns the list of launches for this engine
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| engineID | string | ID of Engine | |
| launchID | string | ID of Launch | |
| optional | *GetEngineLaunchDetailOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetEngineLaunchDetailOpts struct
| Name | Type | Description | Notes |
|---|
| createdBefore | optional.Int64 | Filter items where created date is before this date | |
| createdAfter | optional.Int64 | Filter items where created date is after this date | |
| 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] |
| orderBy | optional.String | the field to sort | [default to createdDateTime] |
| direction | optional.String | the sort order. ASC or DESC. | [default to DESC] |
Return type
GetEngineLaunchResponse
Authorization
api_key
HTTP request headers
- Content-Type: Not defined
- Accept: application/json