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": "5ea495de-f80e-4bd2-beeb-640dc10cc4db",
  "user_ids": [
    "5d4aef1e-f414-401b-9239-87dfbd8db4f8",
    "87e3fceb-c94a-4983-85a8-a0732741b7e5"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.