owncloud / owncloud/libre-graph-api

activity: `itemid` works instead of `resourceid`

Open
#196 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.