Skip to main content

@dialstack/sdk-dev / server/src / FaxListParams

Interface: FaxListParams

Defined in: sdk/server/src/index.ts:1229

Properties​

did?​

TypeScript
optional did?: string;

Defined in: sdk/server/src/index.ts:1235

Filter by your own associated phone number, by its id.


direction?​

TypeScript
optional direction?: FaxDirection;

Defined in: sdk/server/src/index.ts:1232


expand?​

TypeScript
optional expand?: FaxExpand[];

Defined in: sdk/server/src/index.ts:1245

Related resources to include inline. Supported values: file, did.


is_read?​

TypeScript
optional is_read?: boolean;

Defined in: sdk/server/src/index.ts:1243

Pass false to show only unread faxes.


limit?​

TypeScript
optional limit?: number;

Defined in: sdk/server/src/index.ts:1230


number?​

TypeScript
optional number?: string;

Defined in: sdk/server/src/index.ts:1241

Substring filter on the sender or recipient number. Non-digit characters are stripped, then matched anywhere in the stored E.164 value — 415 returns every fax to or from a 415 number.


page?​

TypeScript
optional page?: string;

Defined in: sdk/server/src/index.ts:1231


status?​

TypeScript
optional status?: FaxStatus;

Defined in: sdk/server/src/index.ts:1233