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": "c483c2a6-b64a-4e6a-8d19-4f914f8f5c89",
  "user_ids": [
    "4e8f691e-022a-420f-873a-970118704a7e",
    "f7a80269-0c55-4261-9c60-11c48937c556"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.