• Roope
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hi,

 

Using http GET method, is it possible to ask list of articles through REST API?

 

E.g. call: https://emea.salesforce.com/services/data/v27.0/knowledgeManagement/articles with correct access token.

 

Response:

article=/services/data/v27.0/knowledgeManagement/articles/<ArticleID>

articleVersions=/services/data/v27.0/knowledgeManagement/articleVersions

knowledgeManagement=/services/data/v27.0/knowledgeManagement

 

Or if I want to get specific Article, from where I do get the Article Id?

 

/Roope

  • April 02, 2013
  • Like
  • 0