Skip to content

sentFaxes

Fetch paginated Sent Faxes collection

Arguments

after · Cursor · Cursor to fetch results after

Returns

[SentFax!]

Example

query sentFaxes(
$keywords: String
$order_by: SentFaxOrderKeys
$sort_by: String
$offset: Int
$page_size: Int
$after: Cursor
) {
sentFaxes(
keywords: $keywords
order_by: $order_by
sort_by: $sort_by
offset: $offset
page_size: $page_size
after: $after
) {
created_at
cursor
destination_number
id
parsed_form_answer_group_ids
patient
resendable
sender
status
status_display_string
updated_at
}
}