This was nice demo, one qq: suppose bookId is required field, I user sends empty/ null - is there any way we can validate and send bad request error. Basically can we add validation to request JSON?
The book ID is B123, but how is it working when you give the value just 123 on running the service? In my case the the Id goes like BOOK-123, then how should I give the value? Please respond. Even If I give 123 or BOOK-123, I am always getting 400 with error message.
400 means you are not sending required param, in your example of 400 you are passing right parameter only value not getting returned...its a wrong example
Thanks Nikita for publishing this video.
Please upload one video per week.
These videos very helpful.
Thank you Gayan.I am glad it is helpful.
We can' pass pzinskey as row key because that data class
Nice explaination ....
can i expect video on exception handling connect rest. (datapage/activity)
This was nice demo, one qq: suppose bookId is required field, I user sends empty/ null - is there any way we can validate and send bad request error. Basically can we add validation to request JSON?
Could you please make a video on subreports in pega? What difference does it make when compared to the class joins?
Sure Praveen
please make video on TIMELINE in gallery elements . and its configuration
The book ID is B123, but how is it working when you give the value just 123 on running the service? In my case the the Id goes like BOOK-123, then how should I give the value? Please respond. Even If I give 123 or BOOK-123, I am always getting 400 with error message.
Hi Rajith,
Please check if you mapped the request property in service rest rule.
HI Nikita As always this is very useful video , could you please make a video on how to trace SLA ?
400 means you are not sending required param, in your example of 400 you are passing right parameter only value not getting returned...its a wrong example