Skip to main content
Create Default Board View Settings From Entity Type

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

EntityType

CreateDefaultBoardViewSettingsFromEntityType: Creates a new carrier from the entity type given, with the right kind of properties, defaults set.

EntityType
enum<string>
Available options:
None,
Sale,
Project,
ContactPerson

Response

OK

Board view settings. Carrier object for BoardViewSettingsBase. Services for the BoardViewSettingsBase Carrier is available from the Selection Agent.

BoardViewSettingsId
integer<int32>

Primary key

EntityType
enum<string>

The kind of board view entity these settings belong to

Available options:
None,
Sale,
Project,
ContactPerson
AssociateId
integer<int32>

The associate this board view settings belongs to (0 for all)

SelectionId
integer<int32>

The selection this board view settings belongs to

HideEmptyGroups
boolean

Do not show groups with no members/elements if this is true

GroupBy
string

Column name to group on

SubGroupBy
string

Column name to group on

SortBy
string

Column name to sort on

SortDesc
boolean

True if the sort is descending

SumBy
string

Column name to sum on

ColorBy
string

Column name to color on

Filters
string

Column names to filter on, comma separated