Board Object

Contains information about a Forum (Board) on the platform.

This object is used by the following operations:

The properties included in the Board object are listed below.

Property Type Description
BoardID string The unique ID for a specific forum (board), such as an app, API, or group forum or a user-defined forum.
BoardType string The value for this property is board.
Title string The title of the board item.
Description string The description of the board item.
Visibility string The visibility setting for this resource. For a list of valid values, see Visibility Settings.
Tag string[ ] One or more user-defined tags assigned to the board item.
IsFollowed boolean

Indicates whether the user invoking the operation has a relationship with the resource:

  • False: an anonymous user is requesting the resource
  • True: the user has a relationship with the resource; for example, the user is an Administrator for the resource.

Only present when this object is used in a response message.

RatingSummary RatingSummary An aggregated, averaged summary of individual user ratings for the resource, including the current ratings count for each possible value (1, 2, 3, 4, or 5). Used only in response messages.
PictureID long

The unique Dropbox ID for the picture uploaded for the resource, if applicable.

Used only in request messages when a picture is uploaded as part of adding or updating.

Created dateTime The date/time stamp when the resource was first created. Used only in response messages.
Updated dateTime The date/time stamp when the resource was last updated. Used only in response messages.
State string The state of the resource.
AvatarURL anyURI URL for the avatar uploaded for the resource, if any. Used only in response messages.
BoardPreview BoardPreview Contains information about a previous of a Board.