API Reference
Library
Get library
GET
https://api.catenda.com/v2/projects/{project-id}/libraries/{library-id}
Get a single library.
Supported library types are document, link, embedded_value and classification.
Authentication
Bearer
http
Path Parameters
project-id
string
*
library-id
string
*
Responses
200
OK
library
Description
A library represents an object collection.
Types of libraries that are supported contain either documents, links, embedded values or classifications.
id
string
name
string
type
string<document | link | embedded_value | classification>
createdBy
user
Updated 02 Apr 2025
Did this page help you?