query

faq

Get a specific FAQ using its slug identifier.
Arguments
Required
A short, human-readable, URL-friendly identifier of an FAQ. You can get slug value from ApplicationContent.faqs. For example, 'shipping-policy' or 'return-refund'.
Response
Unique identifier of an entry. For example, 'faq_123456' or '67890abcdef'.
answer
String
The contents of a answer of a FAQ. For example, 'Standard shipping takes 5-7 business days'.
application
String
Application ID - Identifier for a Sales channel.
question
String
The contents of a question of a FAQ. For example, 'How long does shipping take?'.
slug
String
A short, human-readable, URL-friendly identifier. For example, 'shipping-time' or 'return-policy'.
Tags under a FAQ. For example, ['shipping', 'delivery', 'time'].
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...