CM service release 8.14.1
All installations (clients and server)
ListCertificates API performance improvement - lastSeenCertSerNr
The listCertificates endpoint now supports cursor/seek-based pagination through the new lastSeenCertSerNr parameter, returned in the response of each request. Passing the value back in the following request as lastSeenCertSerNr avoids the performance penalty when using the searchOffset pagination.
The parameter is optional and fully backward compatible with existing clients using searchOffset; it must be used together with orderBy=certid, otherwise it will not behave as expected.
ListCertificates API performance improvement - skipCount
The certificates listing REST API endpoint has been improved. A new 'skipCount' parameter can be used to skip the exact result counting and instead rely on the new 'hasMore' response field to determine if more results are available, which significantly reduces response time for large result sets. See swagger.yaml for more information.