Force a job going to WorkshopInQueue and will assign to user in the list

Request Information

URI Parameters :

None.

Body Parameters :

jobs_workshop_in_queue
NameDescriptionTypeAdditional information
jobs_id

Job id

globally unique identifier
user_ids

List of User Id

Collection of globally unique identifier

Request Formats :

application/json, text/json

Sample:
{
  "jobs_id": "72101d5a-88f0-4743-ae33-849657baac9b",
  "user_ids": [
    "b5d47051-94d0-421f-a5a8-a306e27f33cd",
    "beab4cc9-1bd4-4f3d-a1a3-471eaf8ad0ec"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.