Skip to content

Backwards compatible pagination for bulk statements

The paged endpoint has a slightly different behavior so that pagination can work properly. Instead of grouping the statements into BulkGetStatementsResponses, it just returns a list of StatementRepresentation. I think this would then close #250.

Edited by Marcel Konrad

Merge request reports