v1
latestOpenAPI 3.0.02026-08-063014193.1 MBReturn the data for all BillableMatters
Outlines the parameters, optional and required, used when requesting the data for all BillableMatters
Query parameters
The unique identifier for a single Contact. The keyword null is not valid for this field. The list will be filtered to include only the BillableMatter records with the matching property.
Filter records to only those with the given custom field(s) set. The value is compared using the operator provided, or, if the value type only supports one operator, the supported operator is used. In the latter case, no check for operator is performed on the input string. The key for the custom field value filter is the custom_field.id. e.g. custom_field_values[12345] If an operator is used for a type that does not support it, an 400 Bad Request is returned.
Supported operators:
- checkbox, contact, matter, picklist : =
e.g. ?custom_field_values[1]=42
- currency, date, time, numeric : =, <, >, <=, >=
e.g. ?custom_field_values[1]=>=105.4
- email, text_area, text_line, url : =
e.g. ?custom_field_values[1]=url_encoded
Multiple conditions for the same custom field:
If you want to use more than one operator to filter a custom field, you can do so by passing in an array of values. e.g. ?custom_field_values[1]=[<=50, >=45]
Filter BillableMatter records to those that have matters with unbilled activities on or before this date (Expects an ISO-8601 date).
The fields to be returned. See response samples for what fields are available. For more information see the fields section.
A limit on the number of BillableMatter records to be returned. Limit can range between 1 and 1000. Default: 1000.
The unique identifier for a single Matter. The keyword null is not valid for this field. The list will be filtered to include only the BillableMatter records with the matching property.
The unique identifier for a single User. Use the keyword null to match those without a BillableMatter. The list will be filtered to include only the BillableMatter records with the matching property.
A token specifying which page to return.
Wildcard search for display_number or number or description matching a given string.
The unique identifier for a single User. Use the keyword null to match those without a BillableMatter. The list will be filtered to include only the BillableMatter records with the matching property.
Filter BillableMatter records to those that have matters with unbilled activities on or after this date (Expects an ISO-8601 date).
Filter BillableMatter records to those having a specific matter status.
Headers
The API minor version. Default: latest version.
Response
Ok