Content Library Items
Content Library Item 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_modified means any changes associated with the CLI, while content_date_modified logs any changes in CLI content.
get/public/v1/content-library-items/{id}/details
Path parameters
idstring required
Content Library Item ID
Response
OK
Example response
{
"id": "9d9k7VtSQ5KCXfsUQv4GxE",
"name": "Sample Pricing Table",
"date_created": "2021-08-11T14:12:20.017074Z",
"date_modified": "2021-08-11T14:13:38.562290Z",
"content_date_modified": "2021-10-23T21:07:04.147345Z",
"created_by": {
"id": "b6RGTSGwJw838L2KZqckpD",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Roe",
"avatar": "https://pd-live-media.s3.amazonaws.com/users/000GTSGwJw000L2KZqc000/avatar.jpg"
},
"pricing": {
"tables": [
{
"name": "Pricing Table",
"id": "065c5cbc-a065-4843-ba17-028e63779605",
"total": "11500",
"summary": {
"subtotal": "11500",
"total": "11500",
"discount": "0",
"tax": "0",
"fee": "0"
},
"items": [
{
"qty": "10",
"name": "Annual license",
"price": "100",
"description": "1 year subscription",
"custom_fields": {},
"custom_columns": {
"Images": "",
"Cost": "",
"Subtotal": ""
},
"subtotal": "10000",
"options": {},
"sale_price": "1000",
"taxes": {},
"discounts": {},
"fees": {},
"merged_data": {
"custom_name": "SomeName",
"custom_description": "SomeCustomDescription",
"custom_price": "10.99",
"custom_qty": "1.00",
"custom_sku": "Test",
"custom_tax": {
"value": "10",
"type": "percent"
},
"custom_fee": {
"value": "10",
"type": "percent"
},
"custom_discount": {
"value": "10",
"type": "percent"
},
"custom_text": "Some other",
"Cost": null,
"Subtotal": "26.38",
"fluffiness": "Fluffiness",
"Other_field": "SomeText"
}
}
],
"currency": "USD"
}
],
"quotes": [
{
"id": "4b011d86-286b-4f86-b697-90a6ad3f1489",
"currency": "USD",
"total": "900",
"summary": {
"total": "900",
"subtotal": "1000",
"one_time_subtotal": "500",
"recurring_subtotal": [
{
"billing_cycle": "monthly",
"value": "500"
}
],
"total_discount": "100",
"total_contract_value": "1900"
},
"sections": [
{
"summary": {
"total": "1000",
"subtotal": "1000",
"one_time_subtotal": "500",
"recurring_subtotal": [
{
"billing_cycle": "monthly",
"value": "500"
}
],
"total_section_value": "1900"
},
"items": [
{
"qty": "1",
"price": "500",
"overall_total": "1000"
}
],
"total": "1000"
}
]
}
],
"total": "11500"
},
"version": "2"
}