Content Library Items
List Content Library Item
The endpoint retrieves items from the content library in PandaDoc. This endpoint supports filtering options to narrow down the results, allowing users to search by query, tags, folder, and more.
⚠️ Please avoid empty values for the parameters
API returns "400" error when any of the parameters has an empty value. Please remove such a parameter from the request or add a value.
get/public/v1/content-library-items
Query parameters
qstring
Search query. Filter by content library item name.
idstring
Specify content library item ID.
deletedboolean
Returns only the deleted content library items.
folder_uuidstring
The UUID of the folder where the content library items are stored.
countinteger
Specify how many content library items to return. Default is 50 content library items, maximum is 100 content library items.
pageinteger
Specify which page of the dataset to return.
tagstring
Search tag. Filter by content library item tag.
Response
OK
Example response
{
"results": [
{
"id": "a5UgY5J3rGqU7MtW5xwEGk",
"name": "Painting Blog Banner",
"date_created": "2021-04-12T08:43:51.090022Z",
"date_modified": "2021-04-12T08:43:51.190022Z",
"version": "2"
}
]
}