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 2 Next »

API Call - /knowledge/sources/pending

Returns a list of sources waiting to be approved.

Authentication

Required, see Auth - Login, must be admin

Arguments

none

Example

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

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

}
Error Response
  • No labels