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": "4a6ea891-7e36-4662-8c50-a4330afd018d",
  "user_ids": [
    "a9ee464a-68ec-4224-a125-0249c0491d82",
    "1737c996-d59b-4328-9a66-ce29fa8b9950"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.