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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ WebApiClient.Retrieve(request)
78
78
```
79
79
80
80
#### Retrieve multiple records
81
-
Retrieve of multiple records uses paging. Per default you can set a [page size on your requests] (#### Page size), however this is limited to 5000 records.
81
+
Retrieve of multiple records uses paging. Per default you can set a [page size on your requests] (#page-size), however this is limited to 5000 records.
82
82
If you want to really retrieve all records, set WebApiClient.ReturnAllPages to true, as it is by default false.
83
83
By setting this to true, each retrieve multiple request will check for an @odata.nextLink property inside the response, call the next page and concatenate the results, until all records have been retrieved.
0 commit comments