Created
November 11, 2013 15:52
-
-
Save AlehUlitsionak/7415384 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Текущий баланс: | |
[ | |
{ | |
"type":"total", | |
"sum":2785.40 | |
}, | |
{ | |
"type":"projected", | |
"sum":150.00 | |
}, | |
{ | |
"type":"expected", | |
"sum":2635.00 | |
} | |
] | |
2) Количество тасков по статусам: | |
[ | |
{ | |
"COMPLETED":10, | |
"STARTED":20, | |
"PAUSED":20, | |
"IDLE":20, | |
"PROCESSING":20, | |
"DRAFT":20, | |
"ERRORS":20 | |
} | |
] | |
3) Количество сообщений: | |
[ | |
{ | |
"UNREAD":10, | |
"READ":20 | |
} | |
] | |
4) таски по статусу: | |
[ | |
{ | |
"uuid":"0230f913-8629-4f11-bd91-3cfaa6fb2373", | |
"id":699, | |
"title":"Task Title", | |
"status":"PROCESSING", | |
"startDate":"Oct 10, 2013 11:03:58 AM", | |
"expiredTasksCount":0, | |
"hasSnapshotPutToSource":0, | |
"masterRequired":0, | |
"hasProcessingIssues":0, | |
"hasProcessingIssuesInChild":0, | |
"submitted":1, | |
"workerCount":1, | |
"competedSubmissions":0, | |
"executingType":"HUMAN", | |
"workForce":[{"type":"amazon"}, {"type":"CV"}, {"type":"odesk"}, {"type":"elance"}], | |
"environment":"sandbox/production/sandbox qualification/production qualification", | |
"expiresSoon":BOOL, | |
"isComposite":BOOL | |
} | |
] | |
5) все сообщения | |
6) все воркеры |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment