owncloud / owncloud/libre-graph-api
activity: `itemid` works instead of `resourceid`
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 4
- Forks
- 3
- Avg merge
- 23h 14m
- Merged PRs (30d)
- 1
Description
For activity endpoint, kql query works with itemid i.e./v1beta1/extensions/org.libregraph/activities?kql=itemid:{itemid} but according to documentation it must be kql=resourceid as /v1beta1/extensions/org.libregraph/activities?kql=resourceid:{resourceid}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the activity endpoint queries shown in the issue, comparing kql=itemid:{itemid} with kql=resourceid:{resourceid}. Trace the activity endpoint's KQL handling and verify that the documented resourceid form works; done means the documented query behaves correctly and is covered by an appropriate check.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100