D365 D365 Custom JSON Web Service with Pagination I got a request for a RESTful API with Pagination; here is my proof of concept: There are a few keys to this: * A queryRun object must be used (vs SELECT statement) in
x++ FormJsonSerializer The FormJsonSerializer class is the one true JSON serializer in D365. The static serializeClass() method is the simplest to implement, and can handle the most complex of contracts. If you want to get