Error
Return count of transactions
Returns count of records from the transactions entity that match the specified query parameters. All count will be returned when no parameters are specified.
GET
Error
Authorizations
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>.