Beginner API (Service Node) Question

Hello, Completely new with Kore.ai and just trying to have some fun and I ran into a problem.
I wanted to test out a REST call so I made myself a little mock API with Restdb.io and it has a query parameter to get the specific user using User ID.

So the Actual URL for the call is:
https://chatbottest-39dc.restdb.io/rest/mappe-1?q={“UserID”:1}

Unfortunately, it seems that in the Service Node I always get the regular API call response as if I was calling:
https://chatbottest-39dc.restdb.io/rest/mappe-1

(this one returns a full list)

And I don’t know, perhaps I added the Parameters wrong?
I checked the API with postman and it works as it should, so perhaps I did something wrong here?

Thanks for the help!

1 Like

@greaneagle
Please check this documentation.
https://developer.kore.ai/v8-1/docs/bots/bot-builder-tool/dialog-task/working-with-the-service-node/#Define_a_Custom_Service
Use {{context.BotUserSession.abc}} / {{context.entities.entityName1}} notations while working with entities.

Thank you for the response.

I have gone through the documentation but still our question or problem is not discussed there.
How to add the query parameter in the Kore platform in case the URL is
https://chatbottest-39dc.restdb.io/rest/mappe-1?q={“UserID”:1}
How to write ?q={“UserID”:1} in kore.ai as in the same way it is showing some error like- “Request Not Configured Properly”.

Appreciated any help in this.

Please reply to this. I am waiting for the solution for a long time,