API Endpoints for Row Management
Overview of API Endpoints for Rows
Row-Related API endpoints
Row Endpoints and Descriptions
The Merge Rows endpoint enables you to integrate custom fonts and resized images into your designs. It saves custom fonts within the template's JSON, ensuring the correct font is displayed. It also handles image resizing, particularly when the image's initial template width is narrower than the saved row's destination template. To use this endpoint, send your template and rows in JSON format. You will receive a response with an updated template. The rows requiring an update are identified by their rowIdentifier values.
The collection ID or name
Label for identifying rows, usually GUID
A Beefree template in JSON format
Updated template with merged rows
Updated template with merged rows
Reference an array of metadata objects from a Beefree template in JSON format.
The collection ID or name
A Beefree template in JSON format
An array of metadata objects containing row details
An array of metadata objects containing row details
Retrieve a list of synced rows from a template.
The collection name.
The label used for identifying the rows added to the metadata key, usually GUID.
A successful response with a list of synced rows.
Invalid input or request parameters.
Workflow Example
Last updated
Was this helpful?

