ExamQuestions.com

Register
Login
Microsoft Power Platform Developer (PL-400) Exam Questions

Microsoft

Microsoft Power Platform Developer (PL-400)

34 / 130

Question 34:

You need to query Dataverse metadata for the email address attribute in the Accounts table. 
Please select the correct REST API statement for your org API endpoint https://yourorg.api.crm.dynamics.com/api/data/v9.2/.

Answer options:

A.GET /EntityDefinitions(`account`)/Attributes(`emailaddress1`)
B.POST /EntityDefinitions(SchemaName=`account`)/Attributes(LogicalName=`emailaddress1`)
C.GET /EntityDefinitions(LogicalName=`account`)/Attributes(LogicalName=`emailaddress1`)
D.GET /EntityDefinitions(SchemaName=`account`)/Attributes(LogicalName=`emailaddress1`)
E.POST /EntityDefinitions(LogicalName=`account`)/Attributes(LogicalName=`emailaddress1`)
F.POST /EntityDefinitions(`account`)/Attributes(`emailaddress1`)