Get Task By Id
Get A Task
Request
URI
GET
https://{api_host}/hybridity/api//ztp/tasks/{taskId}
COPY
Path Parameters
string
taskId
Required
Task ID
Responses
200
Ok
Returns task of type(s) application/json
{
"subTasks": [
null,
null
],
"name": "name",
"startTime": 1,
"progressInPercentage": 5,
"endTime": 5,
"type": "type",
"taskId": "taskId",
"statusMessage": "statusMessage",
"status": "status"
}
string
name
Optional
name
string
type
Optional
type
string
taskId
Optional
taskId
string
status
Optional
status
integer As int64 As int64
startTime
Optional
startTime
integer As int64 As int64
endTime
Optional
endTime
integer
progressInPercentage
Optional
progressInPercentage
string
statusMessage
Optional
statusMessage
301
API endpoint has permanently moved.
Returns redirectResponse of type(s) application/json
{
"redirectURL": "string"
}
string
redirectURL
Optional
redirectURL
Response Headers
string
Location
URI where the client will find the new endpoint.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Task Operations
GET
Get Task By Id