POST api/v1/dashboardconfig/dashboards

Create a new DashboardMode. This is an asynchronous service.

Request Information

URI Parameters

None.

Body Parameters

DashboardModel
NameDescriptionTypeAdditional information
IsDuplicateName

boolean

None.

Message

string

None.

DashboardId

globally unique identifier

Required

DashboardName

string

Required

String length: inclusive between 0 and 50

DashboardDescription

string

String length: inclusive between 0 and 500

CreatedDate

date

Required

Createdby

string

Required

String length: inclusive between 0 and 50

IsEnabled

boolean

None.

DashboardURLPattern

string

None.

DepartmentsPerClusters

Collection of DepartmentsPerClusterModel

None.

Entities

Collection of EntityModel

None.

PersonalFilters

Collection of PersonalFilterModel

None.

UserPreferences

Collection of UserPreferenceModel

None.

SkillGroupMappings

Collection of SkillGroupMappingModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

DashboardModel
NameDescriptionTypeAdditional information
IsDuplicateName

boolean

None.

Message

string

None.

DashboardId

globally unique identifier

Required

DashboardName

string

Required

String length: inclusive between 0 and 50

DashboardDescription

string

String length: inclusive between 0 and 500

CreatedDate

date

Required

Createdby

string

Required

String length: inclusive between 0 and 50

IsEnabled

boolean

None.

DashboardURLPattern

string

None.

DepartmentsPerClusters

Collection of DepartmentsPerClusterModel

None.

Entities

Collection of EntityModel

None.

PersonalFilters

Collection of PersonalFilterModel

None.

UserPreferences

Collection of UserPreferenceModel

None.

SkillGroupMappings

Collection of SkillGroupMappingModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.