Access dataverse tables from php
Sravanthi Balu
1
Reputation point
I have dataverse tables with populated data . I am building android app for end users . I am trying to build a PHP web service to authorise and use custom functions for android users . I can not use azure active directory signup methods for end users so I am using third party signup and client identification methods for php . I would like retrieve data from dataverse tables and pass on to android from php .
I created app registration and assigned permissions on azure portal . How can I access /query dataverse tables from php ?
Sign in to answer