[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-08 UTC."],[],[],null,["Version 4.0.25.6\n| **Note:** These docs are for an older version of the API. The API reference is also available for [the latest version, 4.0.25.14](/looker/docs/reference/looker-api/latest).\n\nGet information about all board sections.\n\nRequest \nGET /board_sections \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields. \nsorts \nstring \nFields to sort by.\n\nResponse \n\n200: Board section \nDatatype \nDescription \n(array) \n[BoardSection](/looker/docs/reference/looker-api/4.0/25.6/types/BoardSection)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncreated_at \n*lock* \nstring \nTime at which this section was created. \ndeleted_at \nstring \nTime at which this section was deleted. \ndescription \nstring \nDescription of the content found in this section. \nboard_id \nstring \nId reference to parent board \nboard_items \n[BoardItem](/looker/docs/reference/looker-api/4.0/25.6/types/BoardItem)\\[\\] \nExpand BoardItem definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_created_by \n*lock* \nstring \nName of user who created the content this item is based on \ncontent_favorite_id \n*lock* \nstring \nContent favorite id associated with the item this content is based on \ncontent_metadata_id \n*lock* \nstring \nContent metadata id associated with the item this content is based on \ncontent_updated_at \n*lock* \nstring \nLast time the content that this item is based on was updated \ncustom_description \nstring \nCustom description entered by the user, if present \ncustom_title \nstring \nCustom title entered by the user, if present \ncustom_url \nstring \nCustom url entered by the user, if present \ndashboard_id \nstring \nDashboard to base this item on \ndescription \n*lock* \nstring \nThe actual description for display \nfavorite_count \n*lock* \ninteger \nNumber of times content has been favorited, if present \nboard_section_id \nstring \nAssociated Board Section \nid \n*lock* \nstring \nUnique Id \nimage_url \n*lock* \nstring \nThe actual image_url for display \nlocation \n*lock* \nstring \nThe container folder name of the content \nlook_id \nstring \nLook to base this item on \nlookml_dashboard_id \nstring \nLookML Dashboard to base this item on \norder \ninteger \nAn arbitrary integer representing the sort order within the section \ntitle \n*lock* \nstring \nThe actual title for display \nurl \n*lock* \nstring \nRelative url for the associated content \nuse_custom_description \nboolean \nWhether the custom description should be used instead of the content description, if the item is associated with content \nuse_custom_title \nboolean \nWhether the custom title should be used instead of the content title, if the item is associated with content \nuse_custom_url \nboolean \nWhether the custom url should be used instead of the content url, if the item is associated with content \nview_count \n*lock* \ninteger \nNumber of times content has been viewed, if present \ncustom_image_data_base64 \nstring \n(Write-Only) base64 encoded image data \ncustom_image_url \n*lock* \nstring \nCustom image_url entered by the user, if present \nuse_custom_image \nboolean \nWhether the custom image should be used instead of the content image, if the item is associated with content \nid \n*lock* \nstring \nUnique Id \nitem_order \nstring\\[\\] \nvisible_item_order \nstring\\[\\] \ntitle \nstring \nName of row \nupdated_at \n*lock* \nstring \nTime at which this section was last updated.\n\n400: Bad Request \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.6/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n404: Not Found \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.6/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n429: Too Many Requests \nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.6/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples \n\nKotlin\n\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt](https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt#L345 \"https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt\") |"]]