Skip to content

Commit 199dcd8

Browse files
committed
fit-n-finish
1 parent f4590e7 commit 199dcd8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

powerapps-docs/developer/model-driven-apps/best-practices/business-logic/do-not-use-odata-v2-endpoint.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,10 @@ Preference-Applied: odata.maxpagesize=2
281281
],
282282
"@odata.nextLink": " [Organization URI]/api/data/v9.2/accounts?$select=ownershipcode,_primarycontactid_value,opendeals_date,telephone1,numberofemployees,name,accountnumber,donotphone,industrycode&$filter=_primarycontactid_value%20ne%20null&$count=true&$skiptoken=%3Ccookie%20pagenumber=%222%22%20pagingcookie=%22%253ccookie%2520page%253d%25221%2522%253e%253caccountid%2520last%253d%2522%257bFED58509-4AF3-EC11-BB3D-000D3A1A51C1%257d%2522%2520first%253d%2522%257b7A4814F9-B0B8-EA11-A812-000D3A122B89%257d%2522%2520%252f%253e%253c%252fcookie%253e%22%20istracking=%22False%22%20/%3E"
283283
}
284+
```
284285

285286
A Url for the next page is available using the `@odata.nextLink` property.
286287

287-
```
288-
289288
---
290289

291290

@@ -308,8 +307,7 @@ Content-Type: application/json
308307
},
309308
"PrimaryContactId": {
310309
"Id": "dff27d1f-a61b-4bfe-a203-b2e5a36cda0e",
311-
"LogicalName": "contact",
312-
"Name": "Sam Smith"
310+
"LogicalName": "contact"
313311
},
314312
"OpenDeals_Date": "12/25/2022",
315313
"CustomerSizeCode": {

0 commit comments

Comments
 (0)