[[["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-08-20 UTC."],[],[],null,["# Get Board section\n\nVersion 4.0.25.14 (latest)\n\n### Get information about a board section.\n\nRequest\n-------\n\nGET /board_sections/{board_section_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nboard_section_id \nstring \nId of board section \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Board section\n\nDatatype \nDescription \n(object) \n[BoardSection](/looker/docs/reference/looker-api/latest/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/latest/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\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Kotlin"]]