Get Company Jobs

Returns a paginated, abbreviated list of jobs for the specified company.

Path Params
string
required

The identifier for the company whose jobs are being retrieved.

Query Params
boolean
Defaults to false

An indication of whether jobs of every status are included in the response. When true, jobs of every status are returned. When false (default), only open jobs are returned. Ignored when status is provided.

string

Filters the results to jobs with the specified status. Must be a status recognized by the tenant. Takes precedence over includeAllStatuses.

int32
1 to 500
Defaults to 50

The number of jobs to return. Must be between 1 and 500. Defaults to 50.

int32
≥ 0
Defaults to 0

The zero-based offset into the result set. Defaults to 0.

string

The Job Summary field to sort by, optionally prefixed with - for descending order (for example, -createdDate). Defaults to createdDate descending. Valid fields: jobId, jobTitle, status, openings, filled, companyId, companyName, officeId, officeName, createdDate, lastUpdatedDate.

Headers
uuid

Unique request identifier (UUID) used to correlate request data with log entries and events.

integer

An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.

string

Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.

Responses

401

Unauthorized

403

Access Denied

405

Unsupported method

406

Unsupported format(s) indicated by Accept header

415

Unsupported format(s) indicated by the Content-Type header

429

Too many requests

500

An unexpected error occurred

502

Service Unavailable

504

Gateway Timeout

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