-
Notifications
You must be signed in to change notification settings - Fork 4
DI‐Portal‐PKGVER‐020 Export of discrepancy analysis results for arbitrary package versions in Excel
Adil Bektursunov edited this page Nov 11, 2025
·
1 revision
Design Item ID: DI-Portal-PKGVER-020
Design Item Name: Export of discrepancy analysis results for arbitrary package versions in Excel
Related Design Items: -
Related API:
- Export API changes to xlsx file (GET /api/v3/packages/{packageId}/versions/{version}/{apiType}/export/changes)
Revision History:
| Date | Description |
|---|---|
This functionality allows users to export a list of all REST/GraphQL operations that have changed between different versions or revisions within the same package.
- User navigates to APIHUB Portal → workspace → package version→ compare versions/revisions
- User navigates to APIHUB Portal → workspace → group → package version→ compare versions/revisions
- User clicks [Export] button.
- The system displays two options to export the list of changed operations to Excel:
- All changes - all changed operations from the current package version will be exported.
- Filtered changes - only currently displayed (filtered) changes will be exported.
- User selects the required option.
- The system exports the list of changed operations to an Excel file.
- API to export operations to xlsx file - GET /api/v3/packages/{packageId}/versions/{version}/{apiType}/export/changes
- No query parameters are required if all changed operations will be exported.
- If exporting filtered changes, then query parameters and their usage are the same as in change filtering.
- API to export operations to xlsx file - GET /api/v3/packages/{packageId}/versions/{version}/{apiType}/export/changes
User must have "read" permission for the package to export the list of changed operations to an Excel file.
Processes description
Technical articles
Design Items
- Navigation to APIHUB (log in / log out)
- Create Workspace
- Create Group
- Create Package
- Favorite packages, dashboards, groups, workspaces
- Shared Packages
- Activity History in Main Page
- Personal private workspace
- Version summary
- Revision History
- Package Activity History
- Manage Manual Operations Group
- Export Operations Group (reduced source specifications)
- Export Operations Group (combined specification)
- Export List of Operations in Excel
- Search and Filter Operations
- List of Operations
- List of Operations Groups
- Manage REST Path Prefix Group
- Activity History
- List of Deprecated Operations
- Export List of Changes in Excel
- Human‐readable description for deprecated items for OpenAPI 3.0
- List of Documents
- OpenAPI Document Overview
- Copy Package Version
- Export Package Version
- Export Document from Package Version
- Export List of Deprecated Operations in Excel
- API Quality Validation Result
- Export of discrepancy analysis results for arbitrary package versions in Excel
- AI Recommendations Tab
- General Settings
- Package versions list
- Access Tokens Management
- Delete Package
- Default Release Version
- Define Release Version Pattern