How do I export data out of Centrepoint
Setup and consumption of the records from Admin > Syndication module. The output of the data can be XML or JSON.
Set up a Data Transfer Record and consume data from the generated file. (This can be scheduled and the default output is a tab-delimited file).
Connect to the Centralpoint Database directly using our class library or direct SQL connection(see File1.aspx.cs).
Setup WebApi record with Method = ReadResults or ReadDetails
Keywords: Data Transfer, WebApi, Syndication, Rss
Related CodeSamples Records