Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

/config/source/pending/{communityId}/

Returns a list of sources waiting to be approved.

Authentication

Required, see Auth - Login

Arguments

communityId (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

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

}
  • No labels