Error
Count Jobs
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
Error
Authorizations
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>.