Error
A valid request URL is required to generate request examples"<string>"{
"error": {
"code": "<string>",
"message": "<string>"
}
}Returns count of records from the jobs entity that match the specified query parameters. All count will be returned when no parameters are specified.
GET
/
jobs
/
$count
Error
A valid request URL is required to generate request examples"<string>"{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
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
The count
The response is of type string<int32>.