Version 4.0.25.14 (latest)
Create a new board section.
Request
POST
/board_sections
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
Expand BoardSection definition...
can
lock
object
Operations the current user is able to perform on this object
created_at
lock
string
Time at which this section was created.
deleted_at
string
Time at which this section was deleted.
description
string
Description of the content found in this section.
board_id
string
Id reference to parent board
board_items
BoardItem
[]
id
lock
string
Unique Id
item_order
string[]
visible_item_order
string[]
title
string
Name of row
updated_at
lock
string
Time at which this section was last updated.
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.
Response
200: Board section
Datatype
Description
(object)
can
lock
object
Operations the current user is able to perform on this object
created_at
lock
string
Time at which this section was created.
deleted_at
string
Time at which this section was deleted.
description
string
Description of the content found in this section.
board_id
string
Id reference to parent board
board_items
BoardItem
[]
Expand BoardItem definition...
can
lock
object
Operations the current user is able to perform on this object
content_created_by
lock
string
Name of user who created the content this item is based on
content_favorite_id
lock
string
Content favorite id associated with the item this content is based on
content_metadata_id
lock
string
Content metadata id associated with the item this content is based on
content_updated_at
lock
string
Last time the content that this item is based on was updated
custom_description
string
Custom description entered by the user, if present
custom_title
string
Custom title entered by the user, if present
custom_url
string
Custom url entered by the user, if present
dashboard_id
string
Dashboard to base this item on
description
lock
string
The actual description for display
favorite_count
lock
integer
Number of times content has been favorited, if present
board_section_id
string
Associated Board Section
id
lock
string
Unique Id
image_url
lock
string
The actual image_url for display
location
lock
string
The container folder name of the content
look_id
string
Look to base this item on
lookml_dashboard_id
string
LookML Dashboard to base this item on
order
integer
An arbitrary integer representing the sort order within the section
title
lock
string
The actual title for display
url
lock
string
Relative url for the associated content
use_custom_description
boolean
Whether the custom description should be used instead of the content description, if the item is associated with content
use_custom_title
boolean
Whether the custom title should be used instead of the content title, if the item is associated with content
use_custom_url
boolean
Whether the custom url should be used instead of the content url, if the item is associated with content
view_count
lock
integer
Number of times content has been viewed, if present
custom_image_data_base64
string
(Write-Only) base64 encoded image data
custom_image_url
lock
string
Custom image_url entered by the user, if present
use_custom_image
boolean
Whether the custom image should be used instead of the content image, if the item is associated with content
id
lock
string
Unique Id
item_order
string[]
visible_item_order
string[]
title
string
Name of row
updated_at
lock
string
Time at which this section was last updated.
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
409: Resource Already Exists
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
string
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
string
Field with error
code
lock
string
Error code
message
lock
string
Error info message
documentation_url
lock
string
Documentation link
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link