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": "4bb6007a-c5c8-4dfb-aaf4-7fcbaeaefe3e",
  "user_ids": [
    "23e15f4c-30c4-43bf-8b0d-2edab3d5af8d",
    "d2dd050d-ac6b-45d3-bb25-d81d1ce3f0c9"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.