How To Retrieve Individual Questions Via API
Note: You're located in section for advanced users. Please use this section only if you're familiar with API's.
To retrieve a specific Question, use the following URL:
your-domain.helpjuice.com/api/questions/[QUESTION_ID]
If the ID you provided exissts, you'll get a 200 Response with a response of the template as such:
{ "id":112828, "name":"Embedding Videos Into Your Knowledge Base", "views":394, "account_id":1885, "accessibility":1, "slug":null, "description":null, "email":"john.smith@example.com", "is_published":true, "is_juiced":false, "codename":"embedding-videos-into-knowledge-base", "language_id":1, "position":0, "created_at":"2014-11-24T20:15:53.865Z", "updated_at":"2016-01-23T17:00:51.389Z", "answer":"\u003cp\u003eWhile writing articles, ..." }