How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cube Planning Library API

The Library API from Cube Planning — 12 operation(s) for library.

Cube Planning Library API is one of 42 APIs that Cube Planning publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Library. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and a getting-started guide.

This API exposes 25 operations across 12 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0 (1.0).

Requests are made against a single base URL, https://api.cubesoftware.com.

25 operations 12 paths 27 schemas 4 DELETE10 GET3 PATCH7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0 (1.0)
Base URL
https://api.cubesoftware.com
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Cube Planning Library API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow.

  • OAuth2 — Standard Cube OAuth 2.0 flow

Paths & Operations 25

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

Library 25
GET
/folders
List folders
folders_list 3 params → 200
POST
/folders
Create a folder
folders_create 1 param body → 201
GET
/folders/{id}
Retrieve a folder
folders_retrieve 2 params → 200
PATCH
/folders/{id}
Update a folder
folders_partial_update 2 params body → 200
DELETE
/folders/{id}
Delete a folder
folders_destroy 2 params → 204
GET
/library
Read-only unified listing of Library entries: folders, templates, and files. Each row carries a type discriminator (folder, template, or file) and the fields relevant to that kind. Folders are always…
library_list 8 params → 200
GET
/library-items
List library items
library_items_list 1 param → 200401403
POST
/library-items
Create a library item
library_items_create 1 param body → 201400401403
GET
/library-items/{id}
Retrieve a library item
library_items_retrieve 2 params → 200401403404
PATCH
/library-items/{id}
Update a library item
library_items_partial_update 2 params body → 200400401403404
DELETE
/library-items/{id}
Delete a library item
library_items_destroy 2 params → 204401403404
GET
/library/owners
Distinct creators of Library entries visible to the requester. Backs the Library page Owner filter dropdown. Mirrors /library visibility (same ?folderid= / ?type= scoping, same per-instance permissio…
library_owners_list 8 params → 200
GET
/templates
List all templates.
templates_list 2 params → 200
POST
/templates
Create a template.
templates_create 1 param body → 201
GET
/templates/{id}
Retrieve a specific template.
templates_retrieve 2 params → 200
PUT
/templates/{id}
Update a template.
templates_update 2 params body → 200400
PATCH
/templates/{id}
Partially update a template.
templates_partial_update 2 params body → 200400
DELETE
/templates/{id}
Delete a template.
templates_destroy 2 params → 204
POST
/templates/{id}/images/presign
Request a URL to upload a template image.
templates_images_presign_create 2 params body → 200400
POST
/templates/data/update
Atomic Template Update
templates_data_update_create 1 param → 201
GET
/templates/foldersdeprecated
Get All Template Folders
FolderList 1 param → 200
POST
/templates/foldersdeprecated
Create a New Template Folder
FolderCreate 1 param body → 200
GET
/templates/folders/{folder_id}deprecated
Get a Specific Template Folder
FolderRetrieve 2 params → 200
POST
/templates/folders/{folder_id}deprecated
Update a Specific Template Folder
FolderUpdate 2 params body → 200
DELETE
/templates/folders/{folder_id}deprecated
Delete a Specific Template Folder
FolderUpdateDelete 2 params → 200400404

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are PatchedTemplate (22 properties), Template (22 properties), A1CubeValueRange (20 properties), PatchedFolder (11 properties). Each schema is shown below with its type and property counts.

RelationshipTypeEnum
string
EMPLOYEE - Employee PARTNER - Partner
PaginatedUserList
object
4 properties 2 required
LibraryItem
object
Mixin to delegate create and update operations to a service class.
10 properties 5 required
FolderCreateResponse
object
6 properties 6 required
User
object
A serializer mixin that allows dynamic inclusion or exclusion of serializer fields by passing fields=[...] or excludefields=[...] when initializing.
9 properties 5 required
Folder
object
Mixin to delegate create and update operations to a service class.
11 properties 7 required
PatchedLibraryItem
object
Mixin to delegate create and update operations to a service class.
10 properties
NullEnum
error_response_serializer
object
2 properties 2 required
A1CubeValueRange
object
Mixin to delegate create and update operations to a service class.
20 properties 7 required
FoldersGetResponse
object
6 properties 6 required
BlankEnum
FolderCreateRequest
object
1 property 1 required
PatchedTemplate
object
Mixin to delegate create and update operations to a service class.
22 properties
RangeTypeEnum
string
PIVOT - Pivot DRILLDOWN - Drilldown
PatchedFolder
object
Mixin to delegate create and update operations to a service class.
11 properties
Template
object
Mixin to delegate create and update operations to a service class.
22 properties 8 required
metadata_serializer
object
4 properties 4 required
FolderGetResponse
object
6 properties 6 required
FolderUpdateRequest
object
1 property 1 required
TemplateCubeValueRange
object
A serializer that conditionally includes optional fields based on context. Optional fields should be listed in Meta.readoptionalfields. To include them in the…
5 properties 5 required
NamespaceEnum
string
LIBRARY - Library
CurrencyNested
object
3 properties 3 required
FolderUpdateResponse
object
6 properties 6 required
TemplatePresignImageUploadRequest
object
2 properties 2 required
TemplatePlanningTableDataset
object
A serializer that conditionally includes optional fields based on context. Optional fields should be listed in Meta.readoptionalfields. To include them in the…
5 properties 5 required
TimezoneEnum
string
Africa/Abidjan - Africa/Abidjan Africa/Accra - Africa/Accra Africa/AddisAbaba - Africa/AddisAbaba Africa/Algiers - Africa/Algiers Africa/Asmara - Africa/Asmara…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cube-planning-library-api-openapi.yml Raw ↑

Other APIs Cube Planning publishes across the network.

Cube Planning Agents API
Cube Planning Attributes API
Cube Planning Audit Trail API
Cube Planning Auth API
Cube Planning Authentication API
Cube Planning Canvases API
Cube Planning ChatMessages API
Cube Planning ChatSessions API
Cube Planning ChatSettings API
Cube Planning Comments API
Cube Planning Companies API
Cube Planning Company Groups API
Where this information came from

This is an independent, third-party profile of Cube Planning Library API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.