Skip to main content
Question

How to retrieve only published articles through the solutions API

  • May 3, 2023
  • 1 reply
  • 311 views

fahadrs
Apprentice

Hello,
Hope you are doing well.
I'm working in a project in which we are going to integrate fresh desk knowledge base articles in our website

My question is that is there any way i can filter/retrieve the articles that are published, currently this api also return the Draft Articles in the API response

 

I am using the following API End Point
API End Point  /api/v2/search/solutions?term=[keyword]

Did this topic help you find an answer to your question?

1 reply

cityprop
Community Debut
  • Community Debut
  • 4 replies
  • May 3, 2023
  1. Configure the API endpoint. An API endpoint can be complex.
  2. Create an API resource.
  3. Store data into a database. 
  4. Transform the API data.
  5. Export the data to an application. 
  6. Check and maintain the pipeline.

Reply