You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Object} requestParams - The parameters for the API request.
7
7
* @param {string} requestParams.referenceName - The unique reference name of the content list you wish to retrieve in the specified language.
8
8
* @param {string} requestParams.languageCode - The language code of the content you want to retrieve.
9
-
* @param {number} [requestParams.contentLinkDepth] - The depth, representing the levels in which you want linked content auto-resolved. Default is 1.
9
+
* @param {number} [requestParams.contentLinkDepth] - The depth, representing the levels in which you want linked content auto-resolved. Default is *1*.
10
+
* @param {boolean} [requestParams.expandAllContentLinks] - Whether or not to expand entire linked content references, includings lists and items that are rendered in the CMS as Grid or Link. Default is *false*
10
11
* @param {number} [requestParams.take] - The maximum number of items to retrieve in this request. Default is **10**. Maximum allowed is **50**.
11
12
* @param {number} [requestParams.skip] - The number of items to skip from the list. Default is **0**. Used for implementing pagination.
12
13
* @param {string} [requestParams.sort] - The field to sort the results by. Example *fields.title* or *properties.modified*.
@@ -64,7 +65,7 @@ function getContentList(requestParams) {
0 commit comments