SHOW API DOCS NAV
REST API
Object Properties
Types Coordinates Colors Components Generic Components Line Groups Areas Icons Images WidgetsAPI Endpoints
Documents
List Get Details Get Content Set Content Create Empty Add Collaborator Change Title Clone DeleteAuto Diagram Creation
Request Format Margins, Paddings & Co Components Connections Arrows Groups Nested Groups Tiers Labels Styling Meta DataEnterprise
SSO Integration
How it works Login Form Enabling Webhook Auth Authenticating Users Permissioning Document Access Permissioning Access to EmbedsAzure Active Directory
Configuration iFrame integration LocalStorage Passing Token …via Query String …via Post Message Key ParameterArcentry Development
Setup
Prerequisites Installation ...Frontend ...Backend Database Setup Configuration Starting the Server Accessing the AppAdding Margins and Paddings
Usage
You can add all settings on this page as query string parameters to the end of your URL, e.g.
https://arcentry.com/dev/v1/create-diagram/ce223f94-2471-437f-8f1b-4f1ded0974ad?LABEL_HEIGHT=1&LABEL_PADDING=0.75&GROUP_MARGIN=2
This works the same for JSON and CSV requests. Keys are case-insensitive, you can specify them in upper or lowercase. Oh, and for all European users: decimal points are expressed with dots rather than commas.
MAX_COMPONENTS_PER_TIER (default 10)
The amount of components that Arcentry will place in a horizontal line. Allows you to control how wide you'd like your diagram to be.
TIER_GAP (default 3)
The space between the vertical layers of a diagram.
COMP_GAP (default 2)
The space between the components in a group.
GROUP_MARGIN (default 1)
The space between groups.
GROUP_PADDING (default 0.75)
The space between the borders of a group and the components within it.
LABEL_HEIGHT (default 0.75)
The height of group labels.
LABEL_PADDING (default 0.25)
The padding left and right of a group label.