Skip to main content
Version: v2.0

List exports

Retrieve a deployable's configuration exports.

HTTP request

GET /api/sn_cdm/applications/deployables/exports

Path parameters

None.

Query parameters

NameDescription
appNameOptional — set via the verb's QueryParameters type.
deployableNameOptional — 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)
}
Was this page helpful?