Get Task Details
Get Tech Support Task details.
Request
URI
GET
https://{api_host}/hybridity/api/techsupport/task/{taskId}
COPY
Path Parameters
string
taskId
Required
taskId
Responses
200
Get task
Returns TroubleshootingAsyncTask of type(s) application/json
{
"response": {
"fileName": "fileName"
},
"state": "state"
}
string
state
Optional
The state of the async task. The value is one of - 'NOT_STARTED', 'STARTED', 'RUNNING', 'COMPLETED', 'FAILED'.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns ErrorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Troubleshooting Operations
GET
Get Settings
GET
Get Task Details
POST
Request Tech Support Logs
PUT
Update Settings