Skip to content

Always include paging_metadata in paginated list responses#538

Merged
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:fix/always-include-paging-metadata
May 12, 2026
Merged

Always include paging_metadata in paginated list responses#538
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:fix/always-include-paging-metadata

Conversation

@zrgt
Copy link
Copy Markdown
Contributor

@zrgt zrgt commented May 12, 2026

Summary

The AAS Part 2 API spec requires GetPagedResult wrapper on every
list response. The previous code omitted it when all results fit
on the first page, returning a plain array that clients expecting
{"result": [...], "paging_metadata": {...}} could not parse.
@s-heppner s-heppner merged commit bf0b17e into eclipse-basyx:develop May 12, 2026
13 checks passed
@s-heppner s-heppner deleted the fix/always-include-paging-metadata branch May 12, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants