Retrieves multiple (up to 1,000 per page) content records with pagination and filtering options.
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
Page number for pagination
Number of records per page
Successful response
{
"pagination": {
"totalResults": 745,
"totalPages": 38,
"page": 1,
"perPage": 20
},
"results": [
{
"id": "00000000000000000000",
"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-19T21:06:02.574Z",
"author": "5c69be0e3a38412f022b4719",
"isOfficial": true
},
{
"id": "00000000000000000000",
"title": "Thrive on-boarding journey",
"description": "This infographic will talk you through the key things you will experience during the Thrive on boarding process
",
"tags": [
"customer journey",
"faq",
"customer success",
"lxp"
],
"type": "file",
"createdAt": "2019-02-19T16:19:24.399Z",
"updatedAt": "2020-02-19T21:06:35.384Z",
"author": "00000000000000000000",
"isOfficial": true
}
]
}Details of the pagination
Total number of results matching the query
Total number of pages available
Current page number
Number of results per page
Unique identifier for the content
Title of the content
Detailed description of the content, may contain HTML
List of tags associated with this content
The kind of artifact associated with this content record
Timestamp when the content was created
Timestamp when the content was last updated
User ID who authored this content. Nullable for auto-curated content.
Whether the content has been recognized for its importance or validity by the customer organization