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
| Name | Description |
|---|---|
appName | Optional — set via the verb's QueryParameters type. |
sharedComponentName | Optional — set via the verb's QueryParameters type. |
name | Optional — 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)
}