Headless API doesnot share modified user details in response of Document and Media Portlet

What is the problem you are trying to solve?

We we upload a document by user A and modify the same document by user B, from Document and Media Portlet, we can see modified date followed by username and create date followed by username.

However, when we fetch the same fileEntry from headless api, we notice that the modified date is returned in response, but modified user is missing.

Request to resolve this issue. Attached the API request and response.

What is your project about? (e. g. Intranet, Partner Portal, Enterprise Website, etc)

Bank Portal Migration from sharepoint to liferay

What is your proposed solution? (optional)

Hmmm…yea seems the headless api is missing this field and also, the new CMS showing wrong information on the version history which means the new CMS also missing this field. But i found the old jsonws api (/dlfileversion/get-latest-file-version) returns the username.

since document library is on maintenance mode, not sure Liferay will update any api’s though. you can consider using the new CMS since its a new project and planning to use headless delivery. And also report it as a bug to the team where its not displaying correct modified user.