hasadna / hasadna/knesset-data

Knesset Document Committee Session API - invalid data - duplicate ID

Open
#148 0 comments 0 reactions 0 assignees View on GitHub
Knesset Notified
Dominant language
No language data
Stars
14
Forks
12
PR merge metrics
No merged PRs in 30d

Description

### reproduction
* http://knesset.gov.il/Odata/ParliamentInfo.svc/KNS_DocumentCommitteeSession?$skiptoken=187000L
* look for id KNS_DocumentCommitteeSession(187001L)
* try to get the details for this id - http://knesset.gov.il/Odata/ParliamentInfo.svc/KNS_DocumentCommitteeSession(187001L)

#### expected
* a single entry for id KNS_DocumentCommitteeSession(187001L)
* should be able to get the details from the ID

#### actual
* two entries with the same id - KNS_DocumentCommitteeSession(187001L)
* getting error when trying to fetch this ID

Contributor guide

Open the contributing guide

Research direction

Start by querying the KNS_DocumentCommitteeSession endpoint with $skiptoken=187000L and compare the two entries for KNS_DocumentCommitteeSession(187001L). Then test the item URL for that ID; done means the collection contains one entry and the ID URL returns its details without an error.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.