API definition by verb (GET, POST etc)

dgoyal
New Member

Hi,
I am copying below an image from AWS API Gateway where I can define different target paths for different verbs (e.g. verb POST directs to target "PostReader_NewPost").
Is there a graphical way to define similar behavior in APIGEE?

10264-aws-apigw.png

I tried defining conditional flow under proxy endpoint but that appears to route the traffic directly to the conditional target without doing any proxy.

I understand that I may not be explaining my question well. If anyone can help, I will really appreciate that.

Solved Solved
0 2 203
1 ACCEPTED SOLUTION

If I understood your problem correctly, you'd need to use conditional route rules (https://docs.apigee.com/api-platform/fundamentals/understanding-routes#determiningtheurlofthetargete...).

No graphical way, but certainly very easy to do!

View solution in original post

2 REPLIES 2

If I understood your problem correctly, you'd need to use conditional route rules (https://docs.apigee.com/api-platform/fundamentals/understanding-routes#determiningtheurlofthetargete...).

No graphical way, but certainly very easy to do!

Thanks. That will work for me.