Skip to content

Question for version history screen

The mockups include a screen that lists the version history of an item (see here). However, there seems to be no good way currently to get all required versioning information for an item in one request.

The /:category/:id response includes a list of newerVersions and olderVersions. These include label and version id, but not lastInfoUpdate, status and contributors.

It is possible to get the full info about a version from /:category/:id/versions/:id, but this would require one request per version. It could make sense to have a /:category/:id/versions endpoint that includes required info for the version history overview. What do you think?

Edited by Stefan Probst