Create a new Job Queue

OAuth Scope

This endpoint requires the following OAuth scope manage_job_queues.

Record UUID

UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.

Log in to see full request history
Body Params

Job Queue record to create

uuid

Unique identifier for this record

integer
Defaults to 1

Record active/deleted flag. Valid values are [0,1]

string

Name of the job queue. Used to identify the queue in the system. Examples include 'Workshop', 'Pending Quotes', etc.

integer

Default number of days that jobs should remain in this queue before requiring attention. Common values are 7 days (1 week) or 14 days (2 weeks).

string

Semicolon-delimited list of staff UUIDs who are subscribed to receive notifications for this queue.

integer

Determines if jobs in this queue require assignment to staff members. If true, jobs must be explicitly assigned to staff. If false, jobs are visible to all staff.. Valid values are [0,1]

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json