Retrieve Merge Request approval information via API

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

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: " "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.GitLab_Approved_DateTime_UI2merger_request_approval_api.txt

Edited by 🤖 GitLab Bot 🤖