Skip to main content
Version: v2.0

List shared-library applications

Retrieve the applications consuming a shared-library component.

HTTP request

GET /api/sn_cdm/applications/shared_libraries/components/applications

Path parameters

None.

Query parameters

NameDescription
appNameOptional — set via the verb's QueryParameters type.
sharedComponentNameOptional — set via the verb's QueryParameters type.
nameOptional — set via the verb's QueryParameters type.

Request body

Don't supply a request body for this method.

Response

SharedLibrariesComponentsApplicationsResponse.

Example

response, err := client.Cdm().Applications().SharedLibraries().Components().Applications().Get(ctx, nil)
if err != nil {
log.Fatal(err)
}
Was this page helpful?