get https://api.helloextend.com/contracts/search
This endpoint allows search via querystring params. There are two search versions that can be set using the query string parameter searchVersion
equal to 1 or 2. The response for search version 2 is in paginated format.
The search queries for version 1 include:
- typeFilter
- contractId
- customerEmail
- customerPhone
- productSerialNumber
- productTransactionId
- sellerId
- status
- transactionId
The search term sellerId
can be paired with any of the other terms to limit contracts by seller in version 1.
The search queries for version 2 include:
- limit
- cursor
- sortKey
- sortAsc
- typeFilter
- containsTransactionId
- containsId
- containsProductReferenceId
- containsCustomerEmail
- filterMatchStatuses
- transactionDateBegin
- transactionDateEnd
- productTransactionDateBegin
- productTransactionDateEnd
- cancelledAtBegin
- cancelledAtEnd
- refundedAtBegin
- refundedAtEnd
- updatedAtBegin
- updatedAtEnd
sellerId
is a required querystring parameter in search version 1.