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": "cc73ce6b-8aa2-4d5f-b511-853fc9b52713",
  "user_ids": [
    "bcdd1854-afcf-41df-9745-98e968011aa3",
    "3ca1a7bc-9650-4ac7-a0b9-6a69f815f773"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.