Forum Discussion

shahbaz's avatar
shahbaz
Contributor
8 years ago

export members Posts and members profile all data

I’ve rights of admin and can access studio, but when I visit Metrics -> User Reports I can export only User information like Username, Email, No of Posts etc but I can’t exports actual posts with their content, and I need to know how can I export all the data associated with member, Like User posts, their comments, Their Profile Image each and everything so I can import them into my WordPress portal, Please help me in this ,

  • Hi shahbaz You can get these details using APIs in a JSON/XML format which can be imported easily wherever you want.  


    • shahbaz's avatar
      shahbaz
      Contributor

      @VikasGrazitt can you please share some useful links of APIs that help me to export Posts and Members Profile data?

      • VikasB's avatar
        VikasB
        Boss

        Hi shahbaz  here is Lithium API documentation 
        API V1

        API V2
        Hope you have some platform(lithium) knowledge.  
        Here are some basic API's
        You can get posts using

        select * from messages

        For users

        select * from users