Versions Compared

Key

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

...

Info

Returns a list of sources (optionally) owned by a user. If the user is a system administrator /config/source/user returns a list of all sources that the user is a member of. (These options can be overridden, see below)

Authentication

Required, see Auth - Login

Arguments

None

Parameters

communityFilter - for admins only. If set to false (default true) then admins can see all sources even if they are from communities that the admin user is not a member of.

userFilter - if set then only shows sources owned by the user, otherwise shows all sources for which the user has permission. Default: false for admins, true for non-admins

stripped - if set to true (default false), then the source is stripped down to its bare metadata for transmission/parsing efficiency. Individual "source/get" calls must then be made to retrieve the full source.

Example

http://infinite.ikanow.com/api/config/source/user

...