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": "8054e7a8-0862-4944-b0b1-36585496c9af",
  "user_ids": [
    "41625ecd-70e2-49d8-ad8c-35f193a59cc8",
    "1d813f3b-ba7b-4fd0-80e8-b6e11012e431"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.