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": "6c698eda-3fb9-4153-a730-d8a514cc3a2a",
  "user_ids": [
    "1bc16450-4504-4151-9afa-5edbe52ab678",
    "ba519e68-e18e-4554-8809-bf6edec772b1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.