xpages - Is there a way to get only portions of the data from a document through a REST Api call -
i’m working on application documents containing 150+ fields.
this html5 app uses domino / xpages / extlib data service mechanism.
in cases, when performing rest calls, need work on small fragment of document.
i’m looking way create rest call receive predefined portions of documents.
if data changed on client side know can update on field field basis http patch call.
redisign of back-end app not option @ time.
you should check out extension library's rest service control.
it allow build xpage on top of existing app can interact db functionality want without redesigning anything.
Comments
Post a Comment