function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
manoj6492manoj6492 

Using wrapper class,REST and json

Hi,

I  want to know how to use wrapper class in apex,without using the visual force page. Actually I have a task To dispaly the Account whose activstatus is checked(custom fiels) and its contacts Using the REST services and output should be in JSON .Withoud using any id or name when i execute the Get method ,system should display all the accounts and its contacts as per the condition.