eclipse-sw360 / sw360

SW360 project
https://www.eclipse.org/sw360/
Other
116 stars 96 forks source link

Need modified attachment info in response to the moderation request rest API #2497

Open keerthi-bl opened 1 week ago

keerthi-bl commented 1 week ago

Description

Let's suppose an attachment of a project is modified and MR is created. And the rest api is called to get the details of that MR using the endpoint: localhost:8080/resource/api/moderationrequest/[id]

The rest api response doesn't contain any modified attachment info. But ideally, it should contain the modified attachments.

Below data should be available in the API end point.

image