List Dispatches

View as Markdown

Headers

{{tenant_key_name}}stringOptional

Query parameters

statusstringOptional

Optional: Filter by dispatch status - in: PENDING|SENT|VIEWED|COMPLETED|FAILED|EXPIRED|REVOKED|DECLINED

recipient_customer_idstringOptional

Optional: Filter by recipient customer UUID - exists:customers,id

document_idstringOptional

Optional: Filter by document UUID - exists:documents,id

parent_record_typestringOptional

Optional: Polymorphic parent type - registered morph alias (e.g. estimate, work-order)

parent_record_idstringOptional

Optional: Parent record UUID - converted to int by middleware

created_afterstringOptional

Optional: Lower bound on created_at - date format

created_beforestringOptional

Optional: Upper bound on created_at - date format - after_or_equal created_after

pageintegerOptional

Optional: Page number - integer >= 1

per_pageintegerOptional

Optional: Results per page - integer 1-200 - default 15

Response

Successful response