Introduction of pagination support for GET web deployment configuration versions API endpoint

Description

The GET endpoint /api/v2/webdeployments/configurations/{configurationId}/versions will be updated to include pagination support. The default page size will be set to 100 configuration versions per page.

Change Category

API

Change Context

Currently, the endpoint GET /api/v2/webdeployments/configurations/{configurationId}/versions does not support pagination. To enhance user experience and reduce server load, pagination will be introduced. This enhancement will allow users to retrieve configuration versions in manageable chunks, with a default of 100 versions per page.

Change Impact

Upon the implementation of pagination for this API, the Genesys Cloud Admin UI will automatically integrate with the updated endpoint. So any customers who consume this API via Genesys Cloud Admin UI will not be impacted.

Date of Change

30 Apr 2025

Impacted APIs

GET /api/v2/webdeployments/configurations/{configurationId}/versions

References

[PURE-5945]
[SQUONK-501]
[WEBMESS-1618]