List all posts with the parent or grandparent of a page with a specified ID

You can use get_pages( array( 'child_of' => page_id ) ) to get all sub-pages.