Can hosted API Services receive params from the URL?

Hey guys,

I am working with an ad network that will call the api in this format:
http://www.mysite.com/granting.php?appUserId=[USER_ID]&rewards=[REWARDS]&eventId=[EVENT_ID]&itemName=[ITEM_NAME]

is this something that can be received by backendless?

cheers,
Tal

You can see the URL routes generated by API Engine using the API Inspector.

The URL is formed as you described if the method name starts with the “get” prefix and all method arguments are primitive values.

Regards,
Mark