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": "2cecc486-fe77-412a-8826-70c8df35a3df",
  "user_ids": [
    "1129ea28-8c32-46bb-97e2-bd56430c4faf",
    "ccd5d02d-ee91-4483-bcfd-e5919c3cc2e0"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.