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
Manish S 8Manish S 8 

Hai, I am a beginner in salesforce. I want to retrieve all profiles field level security information and It refers to the objects present only in the profile's field level security section. We should use metadata api. Can anyone help me ??

SonamSonam (Salesforce Developers) 
Hey Manish, not sure if I understand your exact requiremen, however, can you please check the describe call : https://www.salesforce.com/developer/docs/api/Content/sforce_api_calls_describesobject.htm ? is this what you are looking for?
{VikasKhandelwal}{VikasKhandelwal}
Hi Manish,

Can you please explain your problem in detail, Where do you want to retrive profile's field level security information???
In Apex Code?? or In Eclipse??

Thanks
Vikas