Salesforce

Go EngineAPI: GetEngineLaunches

« Go Back
Information
Go EngineAPI: GetEngineLaunches
000006209
Public
Product Selection
aiWare - API
Article Details
GetEngineLaunchResponse GetEngineLaunches(ctx, engineID, optional)

This API returns the list of launches for this engine

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
engineIDstringID of Engine
optional*GetEngineLaunchesOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetEngineLaunchesOpts struct

NameTypeDescriptionNotes
launchStatusoptional.Interface of LaunchStatusEnumField to match the current launch status
launchActionoptional.Interface of LaunchActionEnumField to match the current launch action
createdBeforeoptional.Int64Filter items where created date is before this date
createdAfteroptional.Int64Filter items where created date is after this date
offsetoptional.Int64the number of data to skip before getting the result set
limitoptional.Int64the number of items to return.[default to 10]
orderByoptional.Stringthe field to sort[default to createdDateTime]
directionoptional.Stringthe sort order. ASC or DESC.[default to DESC]

Return type

GetEngineLaunchResponse

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json
Additional Technical Documentation Information
Properties
11/21/2024 10:28 PM
11/21/2024 10:29 PM
11/21/2024 10:29 PM
Documentation
Documentation
000006209
Translation Information
English

Powered by