Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: All of the following arguments are optional.

searchby
V0 release only supports "community" or "person". The latter is only supported for admin users (except for obtaining only your shares, see below). If "searchby" is not specified, searches across all joined communities.

id
Comma separated list of community IDs, or a community regex (for "searchby=community"), or a list of email addresses or a list of ids (for "searchby=person"). If this is not specified for "person", it defaults to the calling user.

type
Comma separated list of (arbitrary string) share types. Example values: "dataset", "feed", "source", "query". "binary".

skip
Number of results to skip.

...

http://infinite.ikanow.com/api/share/search
http://infinite.ikanow.com/api/share/search?type=feed

http://infinite.ikanow.com/api/share/search?searchby=person&id=user1@test.com,user2@test.com

http://infinite.ikanow.com/api/share/search?searchby=community&id=4c927585d591d31d7b37097a,4d88d0f1f9a624a4b0c8bd71&skip=0&limit=10

http://infinite.ikanow.com/api/share/search?searchby=community&id=*system

http://infinite.ikanow.com/api/share/search?searchby=community&id=4c927585d591d31d7b37097a&skip=0&limit=10

...