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

API Call - /knowledge/sources/pending/{groupid}/

Returns a list of sources waiting to be approved.

Authentication

Required, see [Auth - Login]

Arguments

groupid (required)
Community ID, or IDs, to retrieve sources for.

Example

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

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

}
Error Response
  • No labels