Posting Record Count

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

Parameter

Type

Description

accessId*

String

Unique 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

Parameter

Type

Description

connectOption*String

Indicates which connected environment is being queried. ProLaw = 1, Enterprise = 2, 3E = 3, Aderant = 4.

group*Object/Hash

Defines a group of conditions to which the group's type will be applied when querying.

type*String

Accepts 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 Objects

The conditions array supports any number of criteria objects.

criteriaObject/Hash

Each criteria object can be defined as a search parameter.

Language