# Retrieve a List of Elements **GET /profiles/{profile_id}/pages/{page_id}/elements** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **page_id** (number) id of the page ### Query parameters - **fields** (string) extra information of each element on the list - **limit** (number) maximum count of the element list - **offset** (number) skip that many elements before beginning to return ## Responses ### 200 OK #### Headers - **Total-Count** (string) #### Body: application/json (object) - **attachment_link** (string) - **client_validation** (string) - **condition_value** (string) - **created_by** (string) - **created_date** (string) - **data_size** (number) - **data_type** (number) - **default_value** (string) - **description** (string) - **dynamic_label** (string) - **dynamic_value** (string) - **global_id** (string) - **high_value** (number) - **id** (number) - **is_action** (boolean) - **is_disabled** (boolean) - **is_encrypt** (boolean) - **is_hide_typing** (boolean) - **is_readonly** (boolean) - **is_required** (boolean) - **keyboard_type** (number) - **label** (string) - **low_value** (number) - **modified_by** (string) - **modified_date** (string) - **name** (string) - **optionlist_id** (number) - **reference_id_1** (string) - **smart_tbl_search** (string) - **smart_tbl_search_col** (string) - **sort_order** (number) - **validation_message** (string) - **version** (number) - **weighted_score** (number) - **widget_type** (string) [Powered by Bump.sh](https://bump.sh)