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": "36dc47dc-207e-4efa-9bb8-fed2e706e1d1",
  "user_ids": [
    "491aeb7c-aaa4-4bb1-b202-31a823e31fa5",
    "95af08d3-7d75-4412-a7cd-766207ae7511"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.