🔵[GET] All

Fetch all FAQ

Base URL:

{YOUR-DOMAIN}/upload/ost_wbs/

[ Header ] Authentication

FieldTypeMandatory

apikey

string

✔️

[ Body ] parameters

OptionTypeMandatory

query

string

✔️

condition

string

✔️

Body request example:

{
"query":"faq",
"condition":"all"
}

Status Code

{
    "status": "Success",
    "time": 0.0021369457244873047,
    "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