thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

How to get all the views for sharepoint lists ? #138

Open mandeepsinghgill opened 7 years ago

mandeepsinghgill commented 7 years ago

I have multiple views for sharepoint lists and trying to pull data by this query but not working.

<Where>
      <Eq>
        <FieldRef
          Name="Proces" />
        <Value
          Type="Text">M&amp;C - Upravljanje in nadziranje</Value>
      </Eq>
    </Where>

Above query is the view query and i want all list within this name, how it is possible ?