Clone table by ID.
Only allowed to admin users, from admin users, or users within same organization. Always clones the entire table hierarchy (parent and child tables). If schema_only=True, only schemas are cloned without data. If schema_only=False, creates an identical duplicate with all row relationships preserved.
table_id (required): source table identifier.schema_only (optional): defaults to false; set true to clone structure without data.id.
401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found422 Unprocessable Entityschema_only query value.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
generic, company, people Table columns configurations.
Table description.
Table tags.
Child table relationships.
Parent table relationships.