🔵[GET] Specific

Fetch all info from a specific ticket using the ID or ID Number.

Base URL:

{YOUR-DOMAIN}/upload/ost_wbs/

[ Header ] Authentication

FieldTypeMandatory

apikey

string

✔️

[ Body ] parameters

OptionTypeMandatory

query

string

✔️

condition

string

✔️

id

int

✔️

Body request example:

{
"query":"ticket",
"condition":"specific",
"parameters":{
    "id":1
    }
}
{
    "status": "Success",
    "time": 0.0014300346374511719,
    "data": {
        "total": 1,
        "tickets": [
            {
                "ticket_id": "1",
                "ticket_pid": null,
                "number": "254937",
                "user_id": "1",
                "user_email_id": "0",
                "status_id": "1",
                "dept_id": "1",
                "sla_id": "1",
                "topic_id": "1",
                "staff_id": "0",
                "team_id": "0",
                "email_id": "0",
                "lock_id": "0",
                "flags": "65",
                "sort": "0",
                "subject": "osTicket Installed!",
                "title": "osTicket Installed!",
                "body": " <p>Thank you for choosing osTicket. </p> <p>Please make sure you join the <a href=\"https://forum.osticket.com\">osTicket forums</a> and our <a href=\"https://osticket.com\">mailing list</a> to stay up to date on the latest news, security alerts and updates. The osTicket forums are also a great place to get assistance, guidance, tips, and help from other osTicket users. In addition to the forums, the osTicket wiki provides a useful collection of educational materials, documentation, and notes from the community. We welcome your contributions to the osTicket community. </p> <p>If you are looking for a greater level of support, we provide professional services and commercial support with guaranteed response times, and access to the core development team. We can also help customize osTicket or even add new features to the system to meet your unique needs. </p> <p>If the idea of managing and upgrading this osTicket installation is daunting, you can try osTicket as a hosted service at <a href=\"https://supportsystem.com\">https://supportsystem.com/</a> -- no installation required and we can import your data! With SupportSystem's turnkey infrastructure, you get osTicket at its best, leaving you free to focus on your customers without the burden of making sure the application is stable, maintained, and secure. </p> <p>Cheers, </p> <p>-<br /> osTicket Team https://osticket.com/ </p> <p><strong>PS.</strong> Don't just make customers happy, make happy customers! </p>",
                "ip_address": "127.0.0.1",
                "source": "Web",
                "source_extra": null,
                "isoverdue": "1",
                "isanswered": "0",
                "duedate": null,
                "est_duedate": "2022-06-17 11:04:29",
                "reopened": null,
                "closed": null,
                "lastupdate": "2022-06-15 11:04:29",
                "created": "2022-06-15 11:04:29",
                "updated": "0000-00-00 00:00:00"
            }
        ]
    }
}

Last updated