Query the data under the dataset
Docker Compose
Docker Compose
GET
http://localhost:8190/api/data/findByPage
Request
Query Params
pageNo
integer
required
Example:
1
pageSize
string
required
Example:
10
name
string
optional
Example:
Name
createStartTime
string
optional
Example:
2022-12-01T00:00:00
createEndTime
string
optional
Example:
2022-12-20T00:00:00
sortFiled
string
optional
Example:
NAME
ascOrDesc
string
optional
Example:
ASC
annotationStatus
string
optional
Example:
ANNOTATED
datasetId
integer
required
Example:
750009
Request samples
Responses
Modified at 2023-01-04 10:37:03