Create Restful api by scripts

Hi there,
I know we can add restful api(get/post/put…) by manual, but how to create a restful api by scripts? Should I use native groovy language to achieve it? Thank you for your help!

Hi Jessica,

Please take a look at RestServiceRequestBuilder to create your customized Restful RequestObject.

Thanks.

1 Like

Hi duyluong,

Thanks for the reply! It works!