cdisc-org / cdisc-org/DataExchange-DatasetJson-API

The studies/{study}/dataset with offset and limit

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
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.
Image

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.
Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.