Versions Compared

Key

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

...

/

...

config/

...

source/pending/{

...

communityId}/
Info

Returns a list of sources waiting to be approved.

Authentication

Required, see Auth - Login

Arguments

groupidcommunityId (required)
Community ID, or IDs (comma-separated), to retrieve sources for.

Example

http://infinite.ikanow.com/api/knowledge/sources/pending/4e258f8a64b46403c55095ce/

Example Response

TODO UPDATE FOR V0 DATA MODEL

Info
Code Block
{
      response: {
          action: "Pending Sources"
          success: true
          message: "successfully returned pending sources"
          time: 127
      }
    data: [ ]

}

...