Hi Jyoti,
Do you have any parameters configured for your /company path that are required that you are not providing via postman? I believe you will get a 404 in that case.
Best Regards,
Steve Linn
------------------------------
Steve Linn
Senior Consulting I/T Specialist
IBM
------------------------------
Original Message:
Sent: Fri October 11, 2024 03:21 AM
From: Jyoti Pednekar
Subject: Unable to hit the request parameter URL from Postman
Hi Chris,
We have configured the path as /company in the API Manager but in the backend URL mention the path as companies.
------------------------------
Jyoti Pednekar
Original Message:
Sent: Fri October 11, 2024 01:29 AM
From: Chris Dudley
Subject: Unable to hit the request parameter URL from Postman
You have /company not /companies ?
------------------------------
Chris Dudley
Original Message:
Sent: Fri October 11, 2024 01:18 AM
From: Jyoti Pednekar
Subject: Unable to hit the request parameter URL from Postman
Hi Team,
As per our requirement we need the create the API which is the value passing from the parameters and our configuration is done but when we tried to test from the postman that time getting 404 not found error.
Please find below details for the same.
Actual Backend URL: https://api.abc.com/probe_reports_sandbox/companies/ABCCG3995M/reports?type=pdf&client_name=probe&unit=INR&identifier_type=PAN
Configured URL in API Connect: https://api.abc.com/probe_reports_sandbox/companies/$(request.parameters.pan)/reports?type=$(request.parameters.type)&client_name=$(request.parameters.client_name)&unit=$(request.parameters.unit)&identifier_type=$(request.parameters.identifier_type)
Gateway Testing URL:https://dpapi.xyz.com/external/api/probe/v1/company/ABCCG3995M/reports?type=pdf&client_name=probe&unit=INR&identifier_type=PAN
When we tried to test the gateway testing URL that time we are getting 404 not found error and also we have mentioned the correctly basepath and path in the gateway testing URL so please let us know if any configuration missing when we configured in the API connect?
Please find attached screenshot for your reference
------------------------------
Jyoti Pednekar
------------------------------