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": "fd28f44c-a2c7-480a-82df-be8b3fdafaa9",
  "user_ids": [
    "ae57bd2e-235d-4d3f-a39e-7bb724b10420",
    "aa91c454-89ae-460f-8f70-b6dbf023b392"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.