Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

$select
string

A comma-separated list of properties to include in the results. When this field is left empty, all properties will be returned.

$orderby
string

Order the results by this property in ascending or descending order. Example for ascending: 'Name ASC' Example for descending: 'Name DESC'

$top
integer

The number of results to return.

$skip
integer

This is the offset of results to skip when returning results.

$count
boolean

When set, the results will return a count of results and not the actual results.

$filter
string

Use this to filter the results by specific property values. For example, you can use the following filter to retrieve records with the name 'John': $filter=Name eq 'John'

Response

jobs response

value
object[]