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": "8ca80a84-3fa9-4d21-a54c-92791293a8dc",
  "user_ids": [
    "e8b1d326-15f9-4e58-b651-59f734f5ab1c",
    "53ce390e-e307-44b7-b8c9-2c90b434c7ab"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.