this query working fine:
/services/data/v41.0/tooling/query/?q=Select+Name,MetaData,TableEnumOrId+From+WorkflowRule+LIMIT+1
but I want more than record like the below query and this not work :
/services/data/v41.0/tooling/query/?q=Select+Name,MetaData,TableEnumOrId+From+WorkflowRule
is there another alternate solution to overcome of such type of situation.
Thanks Mukesh Kumar1 answer
Cannot retrieve more than one record with Metadata or FullName fields in the queryThis is the know issue https://success.salesforce.com/issues_view?id=a1p300000008YgSAAUPlease check below post for workaround1) https://success.salesforce.com/issues_view?id=a1p300000008YgSAAU NOTE:- If you will remove metadata then your query will work
I hope this will help you/services/data/v41.0/tooling/query/?q=Select+Name,TableEnumOrId+From+WorkflowRule