This method lists the support requests for the current account.
Paging is available.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"supportRequestsBean": {
"requests": [
{
"summary": "Some other Support Request",
"description": "Some other Support Request Details",
"referenceText": "00000020",
"creationDateTime": "2017-09-13T13:31:57.000",
"status": "IN_PROGRESS",
"open": true,
"locationText": "Loc1"
},
{
"summary": "A support request to stop category and topic being remove.",
"description": "A support request to stop category and topic being remove",
"referenceText": "00000014",
"creationDateTime": "2017-11-13T13:30:53.000",
"status": "IN_PROGRESS",
"open": true,
"locationText": "Loc2"
}
]
}
}
}
Field Descriptions