Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
To enable REST Service for Partial/Custom response, REST service need to be enabled for the same upfront as a prerequisite. At run-time, the client can not just customize request the URL as mentioned to get the customized response.
1). Resource Service Path has to be set as "/books?" {fields}
as a part of REST service development as a prerequisite for an enablement,
then
which will give the following response.
Whereas URL, http://<host name>:<port number>/books will still be available to give us an entire response.