API Reference > imodeljs-backend > iModels > ChangeSummaryManager > extractChangeSummaries extractChangeSummaries MethodStatic Deprecated Use ChangeSummaryManager.createChangeSummaries instead Extracts change summaries from the specified iModel. Change summaries are extracted from the version the iModel was opened with up through the specified start version. If no start version has been specified, the first version will be used. extractChangeSummaries(requestContext: AuthorizedClientRequestContext, iModel: BriefcaseDb, options?: ChangeSummaryExtractOptions): Promise<string[]> throws IModelError if the iModel is standalone Parameter Type Description requestContext AuthorizedClientRequestContext The client request context iModel BriefcaseDb iModel to extract change summaries for. The iModel must not be a standalone iModel.Note: For every version to extract a summary from, the method moves the iModel to that version before extraction. Afterthe extraction has completed, the iModel is moved back to the original version. options ChangeSummaryExtractOptions Extraction options Returns - Promise<string[]> the Ids of the extracted change summaries. Defined in core/backend/src/ChangeSummaryManager.ts Line 160 Last Updated: 11 June, 2024