GET /public/v1/content-library-items
Optionally filter by a search query or tags.
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.