cdisc-org / cdisc-org/DataExchange-DatasetJson-API
The studies/{study}/dataset with offset and limit
- Dominant language
- No language data
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The studies/{study}/dataset with offset and limit appears not to consider the limit provided in the request. I don't see a pattern yet in the responses received.
A couple of examples:
1) curl "https://dsjapi.net/studies/cdisc.com-CDISCPILOT01/datasets/IG.AE?offset=10&limit=40"
The response starts at the indicated offset; however, it includes 64 rows and not 40 as requested. The source file has 74 rows.
2) curl "https://dsjapi.net/studies/cdisc.com-CDISCPILOT01/datasets/IG.VS?offset=10&limit=20"
The response starts at the indicated offset; however, it includes 990 rows and not 20 as requested. The source file has 1414 rows.
Contributor guide
Assessment
This issue has not been assessed yet.