[]
        
(Showing Draft Content)

UploadTheme

UploadTheme

[GET] /admin/api/CustomTheme

Response

Status Code: 200

Success

[DELETE] /admin/api/CustomTheme/{themeId}

Parameters

Name Type Located In
themeIdRequired string path

Response

Status Code: 200

Success

[POST] /admin/api/CustomTheme/upload

Response

Status Code: 200

Success

[GET] /admin/api/CustomTheme/submit/{displayName}/{sessionId}

Parameters

Name Type Located In
displayNameRequired string path
sessionIdRequired string path
updateIfExist Boolean query

Response

Status Code: 200

Success

[GET] /admin/api/CustomTheme/download/config/{themeId}

Parameters

Name Type Located In
themeIdRequired string path

Response

Status Code: 200

Success

binary

[GET] /admin/api/CustomTheme/download/archive/{themeId}

Parameters

Name Type Located In
themeIdRequired string path

Response

Status Code: 200

Success

binary

[POST] /admin/api/CustomTheme/update

Request Schema

Array<string>

Response

Status Code: 200

Success

[POST] /admin/api/CustomTheme/query

Request Schema

Array<string>

Response

Status Code: 200

Success

UpdateThemeContext

Models

Ƭ UpdateThemeContext

Defines the Grapecity.Enterprise.Server.Services.UpdateThemeContext.

Name Type Description Example
errorCode int32 Gets or sets the ErrorCode.
errorContextNullable any Gets or sets the ErrorContext.
idNullable string Gets or sets the Id.
state UpdateThemeState
taskCompleted Boolean Gets or sets a value indicating whether TaskCompleted.

Ƭ UpdateThemeState

Enum:

  • Running
  • Success
  • Fail

Defines the UpdateThemeState.