[]
        
(Showing Draft Content)

SharedResources

SharedResources

[GET] /api/resources/image/{id}

Parameters

Name In Type
idRequired path string
title query string

Responses

[200] Success

[GET] /images/view/{id}

Parameters

Name In Type
idRequired path string
title query string

Responses

[200] Success

[GET] /api/resources/theme/{id}

Parameters

Name In Type
idRequired path string
title query string

Responses

[200] Success

[GET] /theme/view/{id}

Parameters

Name In Type
idRequired path string
title query string

Responses

[200] Success

[GET] /api/resources/theme/preview/{id}

Parameters

Name In Type
idRequired path string

Responses

[200] Success

Theme

Type: [text/plain], [application/json], [text/json]

[GET] /api/resources/getjsasseturlprefix

Responses

[200] Success

[POST] /api/resources/theme

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ThemeViewModel

Responses

[200] Success

[PUT] /api/resources/theme

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ThemeViewModel

Responses

[200] Success

[GET] /api/resources/visual/{id}

Parameters

Name In Type
idRequired path string

Responses

[200] Success

[POST] /api/resources/visual/{id}

Parameters

Name In Type
idRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

SharedResourcesController+VisualViewModel

Responses

[200] Success

[GET] /api/resources/visuals

Responses

[200] Success

SharedResourcesController+VisualInfoViewModel

Type: [text/plain], [application/json], [text/json]

[POST] /api/resources/floorPlan

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

FloorPlanViewModel

Responses

[200] Success

[PUT] /api/resources/floorPlan

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

FloorPlanViewModel

Responses

[200] Success

[GET] /api/resources/floorPlan/{id}/{isPreview}

Parameters

Name In Type
idRequired path string
isPreviewRequired path boolean

Responses

[200] Success

[POST] /api/resources/font

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

FontViewModel

Responses

[200] Success

[PUT] /api/resources/font

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

FontViewModel

Responses

[200] Success

[GET] /api/resources/fonts/{fontId}

Parameters

Name In Type
fontId query string

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

[GET] /api/sharedResource/getcssurl

Parameters

Name In Type
cssName query string
theme query string

Responses

[200] Success

Models

Ƭ Theme

Name Type
accent1Nullable string
accent2Nullable string
accent3Nullable string
accent4Nullable string
accent5Nullable string
accent6Nullable string
dark1Nullable string
dark2Nullable string
light1Nullable string
light2Nullable string
hyperlinkNullable string
hyperlinkFollowedNullable string
scrollbarThumbNullable string
scrollbarTrackNullable string
majorFontFamilyNullable string
minorFontFamilyNullable string
majorFontStyleNullable string
minorFontStyleNullable string
majorFontSizeNullable string
minorFontSizeNullable string
majorFontWeightNullable string
minorFontWeightNullable string
majorFontNameNullable string
minorFontNameNullable string
constantsNullable Array<Constant>

Ƭ Constant

Name Type
keyNullable string
valueNullable string

Ƭ ThemeViewModel

Name Type
idNullable string
titleNullable string
commentNullable string
info Theme

Ƭ SharedResourcesController+VisualViewModel

Name Type
idNullable string
status CVLicenseValidateStatus
contentNullable any
configurationNullable string
contextNullable string

Ƭ CVLicenseValidateStatus

Enum:

  • NoLicense
  • Trial
  • TrialExpired
  • Licensed

Ƭ SharedResourcesController+VisualInfoViewModel

Name Type
documentIdNullable string
info Visual
titleNullable string

Ƭ Visual

Name Type Description
documentIdNullable string
visualIdNullable string
visualVersionNullable string
nameNullable string
displayNameNullable string
iconNullable string Storage the resource URL
iconCssNullable string
configurationNullable string
visualTypeNullable string
certifiedNullable Boolean
authRequiredNullable Boolean

Ƭ FloorPlanViewModel

Name Type
idNullable string
titleNullable string
commentNullable string
infoNullable any
displayNameNullable string

Ƭ FontViewModel

Name Type
idNullable string
titleNullable string
commentNullable string
fontTypeNullable string
urlNullable string
localFontDataNullable string
extNullable string
tagIdsNullable Array<string>