Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Templafy DataSourceFields API

The DataSourceFields API from Templafy — 2 operation(s) for datasourcefields.

Templafy DataSourceFields API is one of 17 APIs that Templafy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include DataSourceFields. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 2 paths, and defines 20 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://{tenantId}.api.templafy.com/v3.

4 operations 2 paths 20 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.templafy.com/v3
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Templafy DataSourceFields API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

DataSourceFields 4
GET
/data-sources/{dataSourceId}/fields/{fieldId}
Gets an existing data source field.
2 params → 200401403404
PATCH
/data-sources/{dataSourceId}/fields/{fieldId}
Updates an existing data source field.
2 params body → 204400401403404
DELETE
/data-sources/{dataSourceId}/fields/{fieldId}
Deletes a data source field.
2 params → 204401403404423
POST
/data-sources/{dataSourceId}/fields
Creates a new data source field.
1 param body → 201400401403404

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are DataSourceObjectLockedProblemDetails (8 properties), ValidationProblemDetails (7 properties), NotFoundProblemDetails (6 properties), DataSourceFieldSchema (5 properties). Each schema is shown below with its type and property counts.

NumberFieldSchema
DataSourceObjectLockedProblemDetails
object
The reason the resource is locked with an optional array of dependencies. Dependencies array is populated only when lockedReason is hardDependency and contains…
8 properties
PatchDataSourceFieldRequest
object
4 properties
CreateDataSourceFieldSchemaRequest
object
3 properties 2 required
ValidationProblemDetails
object
7 properties
ReferenceFieldSchema
ImageFieldSchema
Dependency
object
The model describing a dependency.
3 properties
SourceEntityType
string
CreateReferenceFieldSchemaRequest
ColorThemeFieldSchema
CreateImageFieldSchemaRequest
LanguageFieldSchema
NotFoundProblemDetails
object
6 properties
FontFieldSchema
TextFieldSchema
DataSourceFieldSchema
object
5 properties 5 required
CreateNumberFieldSchemaRequest
CreateTextFieldSchemaRequest
LockReason
string
The reason the resource is locked. It is either because the resource is depended upon by another resource or the resource has restricted access and cannot be m…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

templafy-datasourcefields-api-openapi.yml Raw ↑

Other APIs Templafy publishes across the network.

Templafy DataSourceItemFields API
Templafy DataSourceItems API
Templafy DataSources API
Templafy Documents API
Templafy EmailElements API
Templafy Folders API
Templafy Images API
Templafy Libraries API
Templafy Links API
Templafy Pdfs API
Templafy Presentations API
Templafy SlideElements API