Skip to content

Commit 9a0c6e4

Browse files
authored
Merge pull request #8800 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 3bbf661 + f39e2e2 commit 9a0c6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/webapi/query-data-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ OData-Version: 4.0
11431143
Use the `Prefer: odata.maxpagesize` request header to control the number of records returned. If you don't specify a number, up to 5,000 records may be returned for each request. You can't request a page size larger than 5,000.
11441144

11451145
> [!NOTE]
1146-
> Dataverse doesn't support the `$skip` query option, so you can't use the the combination of `$top` and `$skip` for paging. More information: [Use the $top query option](#use-the-top-query-option)
1146+
> Dataverse doesn't support the `$skip` query option, so you can't use the combination of `$top` and `$skip` for paging. More information: [Use the $top query option](#use-the-top-query-option)
11471147
11481148
The following example returns just the first two contact records:
11491149

@@ -1450,7 +1450,7 @@ GET accounts?$apply=filter(address1_stateorprovince eq 'WA')/groupby((primarycon
14501450
### Last created record date and time
14511451

14521452
```http
1453-
GET accounts??$apply=aggregate(createdon with max as lastCreate)
1453+
GET accounts?$apply=aggregate(createdon with max as lastCreate)
14541454
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
14551455
```
14561456

0 commit comments

Comments
 (0)