From RestApi
Type | Parameter | Description | Mandatory | Example Value |
|---|---|---|---|---|
Basic parameters | Requested Data Path | Path of the requested data | Yes | /api/getUsers |
Request Method | Request method. The value can be GET or POST. | Yes | GET | |
Request Body | This parameter is available when Request Method is POST. The request body is in JSON format. | Yes | {"namePrefix":"test"} | |
Records Obtained Each Time | Number of data records obtained each time | Yes | 1000 | |
Page Size | Page size
| Yes | pageSize | |
Page Number | Page number
| Yes | pageNumber | |
Data Path | Location of data in the response JSON body. The default value is the root path. | No | data.students | |
Data Records | Total number of data records. The value can be a fixed value or obtained using an API. the interface. The value can also be a SpEL expression.
| Yes | Recommended fixed value: 1,000 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

