Retrieve Merge Request approval information via API
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=9596)
</details>
<!--IssueSummary end-->
I'm trying to get details for merge request approvals through merge request api (Which is already approved and merged).
The command I'm using (as per https://docs.gitlab.com/ee/api/merge_request_approvals.html)
curl -XGET -H "Private-Token: <My-Token>" "https://gitlab.prod.fedex.com/api/v4/projects/:id/merge_requests/:merge_request_iid/approvals"
--> The above command provides details of who approved it, but not when it was approved.
But I'm able to see details for merge request when it was approved in Gitlab UI. I would like to get date and time when it was approved through API.[merger_request_approval_api.txt](/uploads/6e50fd11d5f5273a137cf18d7d8c4049/merger_request_approval_api.txt)
issue