Ticket #46 (closed defect: fixed)
0016763: 1 [Documentatie] Webservice Interface Document - missing required parameter (Forum)
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 1.6 |
| Component: | Core | Version: | Tested and Accepted |
| Keywords: | Cc: | ||
| MoSCoW: | Estimated time after impact analysis: | ||
| Related to project: | none | Tested: | |
| Accepted: | yes | Estimated Hours: |
Description
0016763: 1 [Documentatie] Webservice Interface Document - missing required parameter (Forum)
http://mantis.kennisnet.nl/view.php?id=16763
Zie: http://www.vpcore.nl/forum/viewtopic.php?f=4&t=14&start=0 []
In hoofdstuk 14.5.2 Request parameters, worden de request parameters voor URL /statistics/dataupload beschreven. Hierin staat dat year en month verplicht zijn, limit is optioneel. De request /statistics/dataupload?year=2009&month=3 geeft echter een foutmelding terug
VPX - missing required parameter: limit (int).
Hieruit blijkt dat limit een verplichte request parameter is en niet optioneel. Dit moet dus worden gewijzigd in het document.
Deze request is wel geldig: /statistics/dataupload?year=2009&month=3&limit=50
