Skip to content

Commit 50cbe5b

Browse files
Merge remote-tracking branch 'refs/remotes/MarkPieszak/master'
2 parents c6161ce + eb16168 commit 50cbe5b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/RESTAPI-ENTITY.MD

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
<img src="./all.jpeg" alt="Get all Data Api" title="Get all Data Api">
77
</p>
88

9+
If you need to use pagination, please crete your requesr URL like this-
10+
11+
- Method - `GET`
12+
- URL-
13+
14+
/api/user/all?currentPageNo=1&pageSize=5
15+
16+
Default value (if u hit - `/api/user/all`)
17+
18+
currentPageNo=1
19+
pageSize=20
20+
921
### Get a specific data
1022

1123
<p align="center">
@@ -28,4 +40,4 @@
2840

2941
<p align="center">
3042
<img src="./delete.jpeg" alt="Delete Data Api" title="Delete Data Api">
31-
</p>
43+
</p>

0 commit comments

Comments
 (0)