GET /public/v1/content-library-items/{id}/details
Retrieve detailed information about a specific content library item using its ID. The details include:
- Roles
- All fields with values
- All tokens with values
- Pricing information (pricing tables, products, etc)
- Metadata
- Tags
- Modification Timestamps: note that
date_modifiedmeans any changes associated with the CLI, whilecontent_date_modifiedlogs any changes in CLI content.
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Content Library Item ID |
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.