Workers

Defines a worker that can be utilised to execute web jobs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

WorkerStatusId is an integer field in the Worker table that tracks the active/inactive status of a worker. It contains a value of either 0 (inactive) or 1 (active). A value of 1 indicates that the worker is active and able to be assigned to tasks, while a value of 0 indicates the worker is inactive and unable to be assigned to tasks.

string | null

QueueTypeId is an nvarchar field in the Worker table, with a maximum length of 450, which identifies the type of work queue to which the Worker is assigned.

int32

MaxWorkerCount is an int data type field in the Worker table that specifies the maximum number of people allowed to work in a specific job.

int32

The JobId field of the Worker table is an integer data type that is used to store a unique identification number associated with an employment job. This can help distinguish different types of jobs and aid in tracking employee progress.

int32 | null

JobId1 is an int field in the Worker table that holds a unique, numeric identifier for each worker's job. The identifier is used to distinguish and refer to workers and their jobs.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!