Receive a list of orders with optional filtering capabilities based on custom metadata provided when originally creating orders. This allows users to filter orders based on custom data associated with each order, such as a loan or customer identifier.Documentation Index
Fetch the complete documentation index at: https://docs.24hourinspections.com/llms.txt
Use this file to discover all available pages before exploring further.
Passing Metadata in Filters
You can pass metadata as part of thefilters query parameter in the request. The metadata is structured as key-value pairs, allowing you to search for orders based on specific metadata fields that were set during order creation.
Example Request
"key1": "value1". Multiple metadata filters can be combined to refine the search.
The response also supports pagination to navigate through large sets of orders.