Get task result
Get a task result. Returns a JSON result or redirects to a resource if the result is a file. Access: OPS, SVC, VENDOR, CLIENT.
Path parameters
idstringRequired
The task ID.
Responses
200
OK
application/json
anyOptional
302
Found
404
Not Found
application/json
get/public/v1/system/tasks/{id}/result
GET /public/v1/system/tasks/{id}/result HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "BUY-1190-0394",
"name": "AdAstralflex Argentina",
"revision": 9,
"status": "Active"
}Last updated
Was this helpful?