Get
Gets information about Hire Group Campaign’s Tasks Group.
Request
GET https://ttv.microworkers.com/api/v2/hire-group-campaigns/{campaignId}/tasks-groups/{tasksGroupId}
Parameters
Path Parameter |
||
---|---|---|
Name |
Type |
Description |
campaignId |
string |
The ID of Campaign. |
tasksGroupId |
string |
The ID of Tasks Group. |
Response
Response HTTP Codes
Http Code |
Response Type |
Description |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
|
403 |
Access denied |
|
404 |
Not found |
Response Body
{
"id": string,
"taskIds": [
string
],
"availableSlots": integer,
"createdAt": datetime,
"skippedWorkerIds": [
string
],
"published": boolean
}
TasksGroupInfoResponse
Property |
Type |
Description |
---|---|---|
id |
string |
The ID of Tasks Group. |
taskIds |
array[string] |
List of Task IDs. |
availableSlots |
integer |
Number of Slots available. |
createdAt |
datetime |
The date when Tasks Group was created. |
skippedWorkerIds |
array[string] |
List of Worker IDs who skipped this Tasks Group. |
published |
boolean |
Task Group is loaded/published. |