@dialstack/sdk / react / DialPlanData
Interface: DialPlanData
Defined in: sdk/src/types/dial-plan.ts:255
A complete dial plan definition.
Properties
created_at
TypeScript
created_at: string;
Defined in: sdk/src/types/dial-plan.ts:265
ISO timestamp of when the dial plan was created
entry_node
TypeScript
entry_node: string;
Defined in: sdk/src/types/dial-plan.ts:261
ID of the first node to execute when a call enters this dial plan
id
TypeScript
id: string;
Defined in: sdk/src/types/dial-plan.ts:257
Unique identifier for the dial plan
name
TypeScript
name: string;
Defined in: sdk/src/types/dial-plan.ts:259
Human-readable name for the dial plan
nodes
TypeScript
nodes: DialPlanNode[];
Defined in: sdk/src/types/dial-plan.ts:263
Array of nodes that make up this dial plan
updated_at
TypeScript
updated_at: string;
Defined in: sdk/src/types/dial-plan.ts:267
ISO timestamp of when the dial plan was last updated