Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have been trying to get a hand on apis and have a simple api deployed in localhost. I have designed the api to accept a parameter. But I don't receive the parameter right. Providing screenshots of my job
I have a post request with a parameter 'jobName'
And passing a string to the response component.
Im trying to making the post request from POSTMAN like this
But there is no response. There is also no error. whenever a request is made, the job shows 0 records processed. what is it that I'm not doing right here?
Please provide me suggestions
Thanks in advance
I fixed it. I shouldn't have passed jobName as a query parameter but it is the endpoint itself.
So making the post request like this works
http://localhost:8088/updateStepInsertEvent/apidesign/
where apidesign is the value for jobName
I fixed it. I shouldn't have passed jobName as a query parameter but it is the endpoint itself.
So making the post request like this works
http://localhost:8088/updateStepInsertEvent/apidesign/
where apidesign is the value for jobName