Skip to main content
Version: v2.0

List impacted shared components

Retrieve the shared components impacted by a changeset.

HTTP request

GET /api/sn_cdm/changesets/impacted-shared-components

Path parameters

None.

Query parameters

NameDescription
changesetNumberOptional — set via the verb's QueryParameters type.
returnFieldsOptional — set via the verb's QueryParameters type.

Request body

Don't supply a request body for this method.

Response

ImpactedSharedComponentsResponse.

Example

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