Throughput
API to be used by the clients to submit task completed info which is used to capture task attributes of completed unit of work across different workstreams.
Last updated
API to be used by the clients to submit task completed info which is used to capture task attributes of completed unit of work across different workstreams.
Last updated
Contact Us
Book a MeetingAPI to be used by the clients to submit task completed info which is used to capture task attributes of completed unit of work across different workstreams.
CloudFactory platform WorkStream ID
Task parameters object
Email address or any other identifier of the worker who completed the task
"john.doe@es.cloudfactory.com"
ID of task that was completed
"032d6802-0efa-46de-a73c-6c24f094dfcf"
URL of the completed task
"https://taskus.com/annotate/123412"
The total number of tasks that were completed. The default is one, to signify that each API call represents a single task.
10
The total number of subtasks that were completed. The default is null.
10
The ID of the Use Case to which the task belongs. It is validated against the WorkStream configuration
"305ea07b-1d24-4f8f-8e1d-aae27cb07840"
The ID of the Task Definition to which the task belongs. It is validated against the WorkStream configuration.
"4ed59e6b-bf4b-4f33-a1dc-4015d63eef59"
Timestamp (in ISO 8601 datetime format) for when the task was started.
"2020-12-22T09:13:24.127Z"
Timestamp (in ISO 8601 datetime format) for when the task was completed.
"2020-12-22T10:13:24.127Z"
The time taken to complete the task (in seconds). If this is not provided, then it is calculated automatically as 'task_completed_at' minus 'task_started_at'.
3600
The task created timestamp in ISO 8601 datetime format
"2020-12-22T10:13:24.127Z"
This can be used to provide up to three different measures for the amount of work completed.
This can be used to specify how the data was sourced. If it is provided, then the 'data_source' must be one of 'api', 'csv_manual' or 'csv_automated'.
"api"
These are key-value pairs used to define the task.
ID of the dataset which the task belongs to
"6c24f094dfcf"
ID of the parent asset which the task belongs to
"6c24f094dfcf"
Any unique identifier that if sent will be checked for uniqueness in the system for any given WorkStream, use case and task definition
"032d6802-0efa-46de-a73c-6c24f094dfcf"
When true, it replaces the old values with the new ones. If false, it will simply ignore the duplicate API call
true
Successful
"Data successfully received."