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": "57755cd6-4508-4278-bc24-c495798b34e7",
  "user_ids": [
    "2c8858d0-3d60-4ae9-a70c-d6f8ab6ed67f",
    "61e61a28-cc3a-4644-a679-df9efb6b93ef"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.