Back to Website
Show / Hide Table of Contents

DesignAtomsCompatibility

These endpoints are used in compatibility purposes

CssFonts

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/cssfonts
Parameters
Name In Type Default Notes
*tenantId path
body body FontsMethodData
Responses
Status Code Type Description Samples
200 string

Success

Fonts

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/fonts/{psName}
Parameters
Name In Type Default Notes
*tenantId path
*psName path
Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

GetCssFont

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/GetCssFont[?fontKey]
Parameters
Name In Type Default Notes
*tenantId path
fontKey query
Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

GetImageSize

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/GetImageSize
Parameters
Name In Type Default Notes
*tenantId path
body body GetImageSizeRequest
Responses
Status Code Type Description Samples
200 NullAbleSize

Success

GetShapeBounds

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/GetShapeBounds
Parameters
Name In Type Default Notes
*tenantId path
body body GetShapeBoundsRequest
Responses
Status Code Type Description Samples
200 RectangleF

Success

GetWatermarkItems

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/GetWatermarkItems
Parameters
Name In Type Default Notes
*tenantId path
body body
Responses
Status Code Type Description Samples
200

Success

Img

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/img[?f&w&h&cmyk&rgb&grayscale&target&sq&effect&kp&color&obm&oo&alphaMask&page&colorizeColor]
Parameters
Name In Type Default Notes
*tenantId path
f query
w query
h query
cmyk query
rgb query
grayscale query
target query
sq query
effect query
kp query
color query
obm query
oo query
alphaMask query
page query
colorizeColor query
Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

GetLicense

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/license
Parameters
Name In Type Default Notes
*tenantId path
Responses
Status Code Type Description Samples
200 string

Success

Pth

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/pth[?f]
Parameters
Name In Type Default Notes
*tenantId path
f query
Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

Resource

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/resource[?image]
Parameters
Name In Type Default Notes
*tenantId path
image query
Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

Svg

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/svg[?f]
Parameters
Name In Type Default Notes
*tenantId path
f query
Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

Txt

Request
GET /api/atoms/v1/tenants/{tenantId}/api/ccviewer/txt[?f]
Parameters
Name In Type Default Notes
*tenantId path
f query
Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

UpdateArchedTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateArchedTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateAutoScaledTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateAutoScaledTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateBarcodeItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateBarcodeItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateBoundedTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateBoundedTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateByColorData

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateByColorData
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateColorsRequest
Responses
Status Code Type Description Samples
200 string

Success

UpdateByMultiCallRequest

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateByMultiCallRequest
Parameters
Name In Type Default Notes
*tenantId path
body body MultiCallRequest
Responses
Status Code Type Description Samples
200

Success

UpdateCurvedTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateCurvedTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateImageItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateImageItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateImageHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdatePathBoundedTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdatePathBoundedTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdatePlainTextItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdatePlainTextItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateShapeItemHandler

Request
POST /api/atoms/v1/tenants/{tenantId}/api/ccviewer/UpdateShapeItemHandler
Parameters
Name In Type Default Notes
*tenantId path
body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

Definitions

FontsMethodData

These endpoints are used in compatibility purposes

Name Type Notes
requestedFontsByPsName array
advancedMode boolean
baseUrl string

ProblemDetails

These endpoints are used in compatibility purposes

Name Type Notes
type string
title string
status integer (int32)
detail string
instance string

GetImageSizeRequest

These endpoints are used in compatibility purposes

Name Type Notes
imageId string
pageIndex integer (int32)

NullAbleSize

These endpoints are used in compatibility purposes

Name Type Notes
width integer (int32)
height integer (int32)

GetShapeBoundsRequest

These endpoints are used in compatibility purposes

Name Type Notes
path string

RectangleF

These endpoints are used in compatibility purposes

Name Type Notes
location PointF[]
size string
x number (float)
y number (float)
width number (float)
height number (float)
left number (float)
top number (float)
right number (float)
bottom number (float)
isEmpty boolean

PointF

Name Type Notes
isEmpty boolean
x number (float)
y number (float)

UpdateHandlerRequest

These endpoints are used in compatibility purposes

Name Type Notes
canvasData string
itemHandlerData string
itemData

UpdateColorsRequest

These endpoints are used in compatibility purposes

Name Type Notes
canvasData string
colorData string

MultiCallRequest

These endpoints are used in compatibility purposes

Name Type Notes
items MultiCallRequestItem[]

MultiCallRequestItem

Name Type Notes
canvasData string
itemHandlersData string
colorData string
actualSize boolean
preserveAspectRatio boolean
url string
imageId string
pageIndex integer (int32)
methodName string
itemData

UpdateImageHandlerRequest

These endpoints are used in compatibility purposes

Name Type Notes
actualSize boolean
preserveAspectRatio boolean
url string
canvasData string
itemHandlerData string
itemData
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...