Versions Compared

Key

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

...

Info

Returns a list of sources waiting to be approved.

Authentication

Required, see Auth - Login, must be admin

Arguments

none

Example

http://<SERVER-NAME>infinite.ikanow.com/api/knowledge/sources/pending

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

}

...