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": "39b1f365-d0ff-4808-ab8f-645dbe895e9f",
  "user_ids": [
    "ef5f55ce-cd8e-4f41-b581-778c731316f1",
    "2fb7f093-3b62-4074-a3fd-e6c2025665fd"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.