Pass in query parameters and get back a count of posting records that match. You can then use the count to determine page and page size for the postingrecord/results endpoint.

Syntax can be a bit tricky here, but that's because this endpoint supports any number of nested groupings of conditions/criteria. The conditions field acts only as an array of criteria objects.

Header Parameters

ParameterTypeDescription
accessId*StringUnique identifier that ensures that the integrator has the authorization to make requests on behalf of the customer. (Specifically, a customer's merchant account)

Body Parameters

ParameterTypeDescription
connectOption*StringIndicates which connected environment is being queried. ProLaw = 1, Enterprise = 2, 3E = 3, Aderant = 4.
group*Object/HashDefines a group of conditions to which the group's type will be applied when querying.
type*StringAccepts either "and" or "or". If "and", then query results must match all conditions in group. If "or", then query results must match any condition in group.
conditions*Array of ObjectsThe conditions array supports any number of criteria objects.
criteriaObject/HashEach criteria object can be defined as a search parameter.
Language