You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/auditing/configure.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,11 @@ This query returns the `Logicalname` for all public tables that are enabled for
177
177
**Request**
178
178
179
179
```http
180
-
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=LogicalName,IsAuditEnabled&$filter=IsAuditEnabled/Value eq true and IsPrivate eq false
180
+
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=
181
+
LogicalName,
182
+
IsAuditEnabled
183
+
&$filter=IsAuditEnabled/Value eq true
184
+
and IsPrivate eq false
181
185
182
186
Accept: application/json
183
187
OData-MaxVersion: 4.0
@@ -291,7 +295,10 @@ This returns all the columns enabled for auditing for the `account` table.
291
295
**Request**
292
296
293
297
```http
294
-
GET [Organization URI]/api/data/v9.0/EntityDefinitions(LogicalName='account')/Attributes?$select=LogicalName,IsAuditEnabled&$filter=IsAuditEnabled/Value eq true
298
+
GET [Organization URI]/api/data/v9.0/EntityDefinitions(LogicalName='account')/Attributes?$select=
0 commit comments