api books customfield_id list

api books customfield_id list

I have custom field in contacts:
(
                                    [field_id] => 424001000000255421
                                    [customfield_id] => 424001000000255421
                                    [show_in_store] => 
                                    [show_in_portal] => 
                                    [is_active] => 1
                                    [index] => 10
                                    [label] => Responsable
                                    [show_on_pdf] => 
                                    [edit_on_portal] => 
                                    [edit_on_store] => 
                                    [api_name] => cf_responsable
                                    [show_in_all_pdf] => 
                                    [selected_option_id] => 424001000000255427
                                    [value_formatted] => Juanra
                                    [search_entity] => contact
                                    [data_type] => dropdown
                                    [placeholder] => cf_responsable
                                    [value] => Juanra
                                    [is_dependent_field] => 
                                )
How can I obtain the values ​​of that list with its id through the api? Basically I need the list of its manager with its respective associated id.