v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
FAQ

fetchFAQ

Fetch specified FAQ

get/faqs/{faq}

Path parameters

faqinteger required
Example:321

Primary identifier of FAQ

Response

Success

answerstring string

FAQ Answer Body

campaign_idinteger

Primary identifier of the associated Campaign

created_atstring date-time

Date/time of initial record creation

idinteger

Primary identifier of record

organization_idinteger

Primary identifier of associated Organization

questionstring string

FAQ Body

tag'tax' | 'other' nullable

Tags assigned to the FAQ

updated_atstring date-time

Date/time of last record update

weightinteger

Identify the importance of this Question when sorting

Example response

{
  "answer": "The answer to this question is 42",
  "campaign_id": 227362,
  "created_at": "2021-04-23T08:23:21Z",
  "id": 9384,
  "organization_id": 82364,
  "question": "What is a question?",
  "tag": "other",
  "updated_at": "2021-04-23T10:25:03Z",
  "weight": 10
}