🔵[GET] All

Fetch all Topics

Base URL:

{YOUR-DOMAIN}/upload/ost_wbs/

[ Header ] Authentication

Field
Type
Mandatory

apikey

string

✔️

[ Body ] parameters

Option
Type
Mandatory

query

string

✔️

condition

string

✔️

Body request example:

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

Status Code

{
    "status": "Success",
    "time": 0.0018091201782226562,
    "data": {
        "total": 3,
        "topics": [
            {
                "id": "2",
                "parent": "0",
                "ispublic": "1",
                "sort": "0",
                "topic": "Feedback",
                "notes": "Tickets that primarily concern the sales and billing departments",
                "created": "2022-06-15 11:04:28",
                "updated": "2022-06-15 11:04:28"
            },
            {
                "id": "10",
                "parent": "0",
                "ispublic": "1",
                "sort": "0",
                "topic": "Report a Problem",
                "notes": "Product, service, or equipment related issues",
                "created": "2022-06-15 11:04:28",
                "updated": "2022-06-15 11:04:28"
            },
            {
                "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