Hi ALL,
We are migrating the following APIs from our Node.js stack to Apigee. In Node.js, these APIs are exposed with dynamic URL segments as shown below:
api/v1/:id/sample/:id2/private
api/v1/:id/getsample/:id2/public
api/v1/:id/testsample/:id2/private
We would like to expose these APIs with the same URL structure in Apigee.
Note: All APIs will be deployed within the same organization and environment in Apigee.
Could you please confirm if it's possible to maintain the same dynamic URL patterns in Apigee under these conditions?