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 Folders API

The Folders API from Templafy — 3 operation(s) for folders.

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

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

This API exposes 7 operations across 3 paths, and defines 13 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.

7 operations 3 paths 13 schemas 1 DELETE3 GET1 PATCH1 POST1 PUT

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 Folders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

Paths & Operations 7

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

Folders 7
GET
/libraries/{spaceId}/{libraryType}/folders/{folderId}
Returns the folder by the identifier.
3 params → 200401403404
PATCH
/libraries/{spaceId}/{libraryType}/folders/{folderId}
Updates the folder.
3 params body → 204400401403404409
DELETE
/libraries/{spaceId}/{libraryType}/folders/{folderId}
Deletes the folder by the identifier
3 params → 204401403404409
GET
/libraries/{spaceId}/{libraryType}/folders/{folderId}/folders
Lists all direct folders in the folder. The result does not include subfolders.
3 params → 200401403404
POST
/libraries/{spaceId}/{libraryType}/folders/{folderId}/folders
Creates a folder inside the specified folder.
3 params body → 201400401403404409
GET
/libraries/{spaceId}/{libraryType}/folders/{folderId}/security
Returns the list of users and user groups that has access to the folder
3 params → 200401403404
PUT
/libraries/{spaceId}/{libraryType}/folders/{folderId}/security
Updates the list of users and user groups that has access to folder. To make the folder available to a specific list, use the accessStatus as restricted and pass the list of users and groups that are…
3 params body → 200400401403404409

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are FolderDetails (7 properties), Folder (7 properties), ValidationProblemDetails (7 properties), ConflictProblemDetails (6 properties). Each schema is shown below with its type and property counts.

UpdateFolderSecurityRequest
object
The request model to update security of a folder
3 properties
NotFoundProblemDetails
object
6 properties
Folder
object
7 properties 6 required
FolderSecurityResponse
object
3 properties 1 required
ResponseFolderAccessStatus
string
The status of the folder access. It is either available to everyone in the space, restricted directly to a list of users and user groups or via a parent folder.
CreateFolderRequest
object
The request model to create a folder
1 property 1 required
LibraryType
string
Type of the assets that can be stored in the library
FolderState
string
The current state of the folder
ValidationProblemDetails
object
7 properties
RequestFolderAccessStatus
string
The status of the folder access. It is either available to everyone in the space or restricted to a limited list of users and user groups.
FolderDetails
object
7 properties 6 required
UpdateFolderRequest
object
The request model to update the folder
2 properties
ConflictProblemDetails
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

templafy-folders-api-openapi.yml Raw ↑

Other APIs Templafy publishes across the network.

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