Get a single content record

Prev Next
Get
/contents/{id}

Retrieves a specific content item by its ID

Security
HTTP
Type basic

To pass the authentication step you will need to provide the following:

Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received

Path parameters
id
stringRequired

Unique identifier of the content item

Pattern^[0-9a-fA-F]{24}$
Example5f9d88d6e1b2a34c56d78902
Responses
200

Successful response

{
  "id": "507f1f77bcf86cd799439011",
  "title": "Thrive Customer Journey",
  "description": "

This diagram highlights the key things you may experience on your journey as a customer of Thrive's LXP

", "tags": [ "customer journey", "faq", "customer success", "lxp" ], "type": "file", "createdAt": "2019-02-18T17:42:11.708Z", "updatedAt": "2020-02-20T13:16:22.840Z", "author": "5c69be0e3a38412f022b4719", "isOfficial": true }
object
id
string

Unique identifier for the content

Pattern^[0-9a-fA-F]{24}$
Example5c8936159ec2d00010cdd334
title
string

Title of the content

Max length255
ExampleAn amazing video
description
string

Detailed description of the content, may contain HTML

Max length65536
ExampleThis content looked really interesting and relevant to recent conversations in the development team
tags
Array of string

List of tags associated with this content

string
Max length255
Examplelearning
type
string

The kind of artifact associated with this content record

Max length24
Examplevideo
createdAt
string (date-time)

Timestamp when the content was created

Example2019-03-13T16:15:24Z
updatedAt
string (date-time)

Timestamp when the content was last updated

Example2019-03-13T16:15:24Z
author
string | null

User ID who authored this content. Nullable for auto-curated content.

Pattern^[0-9a-fA-F]{24}$
Example5c8936159ec2d00010cdd334
isOfficial
boolean

Whether the content has been recognized for its importance or validity by the customer organization

Exampletrue
404

Content not found