List exports
Retrieve a deployable's configuration exports.
HTTP request
GET /api/sn_cdm/applications/deployables/exports
Path parameters
None.
Query parameters
| Name | Description |
|---|---|
appName | Optional — set via the verb's QueryParameters type. |
deployableName | Optional — set via the verb's QueryParameters type. |
Request body
Don't supply a request body for this method.
Response
ExportsResponse.
Example
response, err := client.Cdm().Applications().Deployables().Exports().Get(ctx, nil)
if err != nil {
log.Fatal(err)
}