Back to Website
Show / Hide Table of Contents

DesignAtomsViewer

These endpoints are used to manipulate Design Atoms models

CssFonts

Request
POST /api/atoms/v1/ccviewer/cssfonts[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body FontsMethodData
Responses
Status Code Type Description Samples
200 string

Success

Fonts

Request
GET /api/atoms/v1/ccviewer/fonts/{psName}[?tenantId]
Parameters
Name In Type Default Notes
*psName path
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

GetCssFont

Request
GET /api/atoms/v1/ccviewer/GetCssFont[?fontKey&tenantId]
Parameters
Name In Type Default Notes
fontKey query
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

GetImageSize

Request
POST /api/atoms/v1/ccviewer/GetImageSize[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body GetImageSizeRequest
Responses
Status Code Type Description Samples
200 NullAbleSize

Success

GetShapeBounds

Request
POST /api/atoms/v1/ccviewer/GetShapeBounds[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body GetShapeBoundsRequest
Responses
Status Code Type Description Samples
200 RectangleF

Success

GetWatermarkItems

Request
POST /api/atoms/v1/ccviewer/GetWatermarkItems[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body
Responses
Status Code Type Description Samples
200

Success

Img

Request
GET /api/atoms/v1/ccviewer/img[?f&w&h&cmyk&rgb&grayscale&target&sq&effect&kp&color&obm&oo&alphaMask&page&colorizeColor&tenantId]
Parameters
Name In Type Default Notes
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
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

GetLicense

Request
GET /api/atoms/v1/ccviewer/license[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

Pth

Request
GET /api/atoms/v1/ccviewer/pth[?f&tenantId]
Parameters
Name In Type Default Notes
f query
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

Resource

Request
GET /api/atoms/v1/ccviewer/resource[?image&tenantId]
Parameters
Name In Type Default Notes
image query
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

404 ProblemDetails

Not Found

Svg

Request
GET /api/atoms/v1/ccviewer/svg[?f&tenantId]
Parameters
Name In Type Default Notes
f query
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

Txt

Request
GET /api/atoms/v1/ccviewer/txt[?f&tenantId]
Parameters
Name In Type Default Notes
f query
tenantId query

Tenant identifier

Responses
Status Code Type Description Samples
200 string

Success

304

Not Modified

404 ProblemDetails

Not Found

UpdateArchedTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateArchedTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateAutoScaledTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateAutoScaledTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateBarcodeItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateBarcodeItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateBoundedTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateBoundedTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateByColorData

Request
POST /api/atoms/v1/ccviewer/UpdateByColorData[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateColorsRequest
Responses
Status Code Type Description Samples
200 string

Success

UpdateByMultiCallRequest

Request
POST /api/atoms/v1/ccviewer/UpdateByMultiCallRequest[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body MultiCallRequest
Responses
Status Code Type Description Samples
200

Success

UpdateCurvedTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateCurvedTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateImageItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateImageItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateImageHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdatePathBoundedTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdatePathBoundedTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdatePlainTextItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdatePlainTextItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

UpdateShapeItemHandler

Request
POST /api/atoms/v1/ccviewer/UpdateShapeItemHandler[?tenantId]
Parameters
Name In Type Default Notes
tenantId query

Tenant identifier

body body UpdateHandlerRequest
Responses
Status Code Type Description Samples
200

Success

Definitions

FontsMethodData

These endpoints are used to manipulate Design Atoms models

Name Type Notes
requestedFontsByPsName array
advancedMode boolean
baseUrl string

ProblemDetails

These endpoints are used to manipulate Design Atoms models

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

GetImageSizeRequest

These endpoints are used to manipulate Design Atoms models

Name Type Notes
imageId string
pageIndex integer (int32)

NullAbleSize

These endpoints are used to manipulate Design Atoms models

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

GetShapeBoundsRequest

These endpoints are used to manipulate Design Atoms models

Name Type Notes
path string

RectangleF

These endpoints are used to manipulate Design Atoms models

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 to manipulate Design Atoms models

Name Type Notes
canvasData string
itemHandlerData string
itemData

UpdateColorsRequest

These endpoints are used to manipulate Design Atoms models

Name Type Notes
canvasData string
colorData string

MultiCallRequest

These endpoints are used to manipulate Design Atoms models

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 to manipulate Design Atoms models

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...