I have tried to fetch the requirements that are stored under Req Coverage tab of each test case from test plan.
I have below URL to fetch the test case information.
https://alm.xxx.xxx.com/qcbin/rest/domains/SOME_DOMAIN/projects/SOME_PROJECT/tests/TEST_ID
I have below URL to fetch the requirement information.
But I need specific REST API URL where I can get REQUIREMENT_IDs so that I can pass it to above URL and fetch the requirement details.