Update 'Polling-task-status.md'

udpdated item task state description
master
Mark van der Wal 2020-05-22 09:51:33 +00:00
parent 9bc15fef76
commit 5b72805644
1 changed files with 54 additions and 54 deletions

View File

@ -18,7 +18,7 @@ GET /api/v1/items/{code}/tasks
"taskType": "string",
"code": "string",
"message": "string",
"state": "Error, Ok, Scheduled, Processing",
"state": "0, 1, 2 or 3", // Error, Ok, Scheduled, Processing
"started": "2020-03-20T11:13:20.568Z",
"finished": "2020-03-20T11:13:20.568Z"
},
@ -45,7 +45,7 @@ GET /api/v1/items/{code}/tasks/{itemTaskCode}
"taskType": "string",
"code": "string",
"message": "string",
"state": "Error, Ok, Scheduled, Processing",
"state": "0, 1, 2 or 3", // Error, Ok, Scheduled, Processing
"started": "2020-03-20T11:13:20.568Z",
"finished": "2020-03-20T11:13:20.568Z"
}