This endpoint returns the URL to the PDF of FAQ for the given FAQ ID and the language provided by "Accept-Language".
URL : /api/v2.0/faq/:categoryId/:faqId?filter=pdf
HTTP Header : Accept-Language: en-US,en
URL parameters :
categorId=[int]
wherecategorId
is the ID of a categoryfaqId=[int]
wherefaqId
is the ID of a FAQ
Method : GET
Auth required : NO
Condition : If the PDF for the FAQ exists.
Code : 200 OK
Content example
"https://www.example.org/pdf.php?cat=3&id=142&artlang=de"
Condition : If there's no FAQ and PDF for the given FAQ ID.
Code : 404 NOT FOUND
Content :
{}