I believe I could do this with either get_categories() or wp_list_categories() and passing a 'child_of' parameter, for example, but that would return a much larger dataset than I need.
Is there a direct call that returns the child ids for any category as a simple list (1,2,3,5, etc)?