GET /public/v1/content-library-items
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.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | No |
Specify content library item ID. |
page |
Integer | No |
Specify which page of the dataset to return. |
count |
Integer | No |
Specify how many content library items to return. Default is 50 content library items, maximum is 100 content library items. |
deleted |
Boolean | No |
Returns only the deleted content library items. |
q |
String | No |
Search query. Filter by content library item name. |
folder_uuid |
String | No |
The UUID of the folder where the content library items are stored. |
tag |
String | No |
Search tag. Filter by content library item tag. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.