Skip to content

Commit 39c42b4

Browse files
committed
Fixed readme link
1 parent 7a3f63c commit 39c42b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ WebApiClient.Retrieve(request)
7878
```
7979

8080
#### 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.
8282
If you want to really retrieve all records, set WebApiClient.ReturnAllPages to true, as it is by default false.
8383
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.
8484

0 commit comments

Comments
 (0)