# Retrieve a List of Optionlists **GET /profiles/{profile_id}/optionlists** ## 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 ### Query parameters - **fields** (string) extra information of each profile on the list - **limit** (number) maximum count of the profile list - **offset** (number) skip that many profiles before beginning to return ## Responses ### 200 OK #### Headers - **Total-Count** (string) #### Body: application/json (object) - **created_by** (string) - **created_date** (string) - **global_id** (string) - **id** (number) - **modified_by** (string) - **modified_date** (string) - **name** (string) - **option_icons** (string) - **reference_id** (string) - **version** (number) [Powered by Bump.sh](https://bump.sh)