Optional
requestFactory: AppBuilderApiRequestFactoryOptional
responseProcessor: AppBuilderApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationDelete a single app.
The request object
Optional
options: ConfigurationDelete multiple apps in a single request from a list of app IDs.
The request object
Optional
options: ConfigurationGet the full definition of an app.
The request object
Optional
options: ConfigurationList all apps, with optional filters and sorting. This endpoint is paginated. Only basic app information such as the app ID, name, and description is returned by this endpoint.
The request object
Optional
options: ConfigurationPublish an app for use by other users. To ensure the app is accessible to the correct users, you also need to set a Restriction Policy on the app if a policy does not yet exist.
The request object
Optional
options: ConfigurationUnpublish an app, removing the live version of the app. Unpublishing creates a new instance of a deployment
object on the app, with a nil app_version_id
(00000000-0000-0000-0000-000000000000
). The app can still be updated and published again in the future.
The request object
Optional
options: ConfigurationUpdate an existing app. This creates a new version of the app.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Create a new app, returning the app ID.