🔵[GET] Specific
Fetch all info from a specific FAQ using the ID.
Base URL:
{YOUR-DOMAIN}/upload/ost_wbs/
[ Header ] Authentication
Field
Type
Mandatory
apikey
string
✔️
[ Body ] parameters
Option
Type
Mandatory
query
string
✔️
condition
string
✔️
id
int
✔️
Body request example:
{
"query":"faq",
"condition":"specific",
"parameters":{
"id":1
}
}
Status Code
{
"status": "Success",
"time": 0.017550945281982422,
"data": {
"total": 1,
"topic": {
"id": "1",
"parent": "0",
"ispublic": "1",
"sort": "1",
"topic": "General Inquiry",
"notes": "Questions about products or services",
"created": "2022-06-15 11:04:28",
"updated": "2022-06-15 11:04:28"
}
}
}
Last updated