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": "b84dbd7a-33ec-4806-b7ca-3133024e5ff8",
  "user_ids": [
    "0568f7bb-dc39-4cff-af89-99cbd6c86d9f",
    "5b9f819e-d012-429d-8841-3c8a5f519da9"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.